mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
339 lines
12 KiB
C#
339 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GridFightEquipmentInfo.proto
|
|
// </auto-generated>
|
|
#pragma warning disable 1591, 0612, 3021, 8981
|
|
#region Designer generated code
|
|
|
|
using pb = global::Google.Protobuf;
|
|
using pbc = global::Google.Protobuf.Collections;
|
|
using pbr = global::Google.Protobuf.Reflection;
|
|
using scg = global::System.Collections.Generic;
|
|
namespace EggLink.DanhengServer.Proto {
|
|
|
|
/// <summary>Holder for reflection information generated from GridFightEquipmentInfo.proto</summary>
|
|
public static partial class GridFightEquipmentInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GridFightEquipmentInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GridFightEquipmentInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChxHcmlkRmlnaHRFcXVpcG1lbnRJbmZvLnByb3RvItQBChZHcmlkRmlnaHRF",
|
|
"cXVpcG1lbnRJbmZvEhMKC09MRU5BTEREQkdFGAwgASgIEh8KF2dyaWRfZmln",
|
|
"aHRfZXF1aXBtZW50X2lkGAQgASgNEj0KC0lNTU5OR01NREFJGAkgAygLMigu",
|
|
"R3JpZEZpZ2h0RXF1aXBtZW50SW5mby5JTU1OTkdNTURBSUVudHJ5EhEKCXVu",
|
|
"aXF1ZV9pZBgNIAEoDRoyChBJTU1OTkdNTURBSUVudHJ5EgsKA2tleRgBIAEo",
|
|
"DRINCgV2YWx1ZRgCIAEoDToCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
|
|
"ci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightEquipmentInfo), global::EggLink.DanhengServer.Proto.GridFightEquipmentInfo.Parser, new[]{ "OLENALDDBGE", "GridFightEquipmentId", "IMMNNGMMDAI", "UniqueId" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GridFightEquipmentInfo : pb::IMessage<GridFightEquipmentInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GridFightEquipmentInfo> _parser = new pb::MessageParser<GridFightEquipmentInfo>(() => new GridFightEquipmentInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GridFightEquipmentInfo> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::EggLink.DanhengServer.Proto.GridFightEquipmentInfoReflection.Descriptor.MessageTypes[0]; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
|
get { return Descriptor; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightEquipmentInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightEquipmentInfo(GridFightEquipmentInfo other) : this() {
|
|
oLENALDDBGE_ = other.oLENALDDBGE_;
|
|
gridFightEquipmentId_ = other.gridFightEquipmentId_;
|
|
iMMNNGMMDAI_ = other.iMMNNGMMDAI_.Clone();
|
|
uniqueId_ = other.uniqueId_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightEquipmentInfo Clone() {
|
|
return new GridFightEquipmentInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "OLENALDDBGE" field.</summary>
|
|
public const int OLENALDDBGEFieldNumber = 12;
|
|
private bool oLENALDDBGE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool OLENALDDBGE {
|
|
get { return oLENALDDBGE_; }
|
|
set {
|
|
oLENALDDBGE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "grid_fight_equipment_id" field.</summary>
|
|
public const int GridFightEquipmentIdFieldNumber = 4;
|
|
private uint gridFightEquipmentId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GridFightEquipmentId {
|
|
get { return gridFightEquipmentId_; }
|
|
set {
|
|
gridFightEquipmentId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IMMNNGMMDAI" field.</summary>
|
|
public const int IMMNNGMMDAIFieldNumber = 9;
|
|
private static readonly pbc::MapField<uint, uint>.Codec _map_iMMNNGMMDAI_codec
|
|
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 74);
|
|
private readonly pbc::MapField<uint, uint> iMMNNGMMDAI_ = new pbc::MapField<uint, uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::MapField<uint, uint> IMMNNGMMDAI {
|
|
get { return iMMNNGMMDAI_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "unique_id" field.</summary>
|
|
public const int UniqueIdFieldNumber = 13;
|
|
private uint uniqueId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint UniqueId {
|
|
get { return uniqueId_; }
|
|
set {
|
|
uniqueId_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GridFightEquipmentInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GridFightEquipmentInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (OLENALDDBGE != other.OLENALDDBGE) return false;
|
|
if (GridFightEquipmentId != other.GridFightEquipmentId) return false;
|
|
if (!IMMNNGMMDAI.Equals(other.IMMNNGMMDAI)) return false;
|
|
if (UniqueId != other.UniqueId) return false;
|
|
return Equals(_unknownFields, other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override int GetHashCode() {
|
|
int hash = 1;
|
|
if (OLENALDDBGE != false) hash ^= OLENALDDBGE.GetHashCode();
|
|
if (GridFightEquipmentId != 0) hash ^= GridFightEquipmentId.GetHashCode();
|
|
hash ^= IMMNNGMMDAI.GetHashCode();
|
|
if (UniqueId != 0) hash ^= UniqueId.GetHashCode();
|
|
if (_unknownFields != null) {
|
|
hash ^= _unknownFields.GetHashCode();
|
|
}
|
|
return hash;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override string ToString() {
|
|
return pb::JsonFormatter.ToDiagnosticString(this);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void WriteTo(pb::CodedOutputStream output) {
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
output.WriteRawMessage(this);
|
|
#else
|
|
if (GridFightEquipmentId != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(GridFightEquipmentId);
|
|
}
|
|
iMMNNGMMDAI_.WriteTo(output, _map_iMMNNGMMDAI_codec);
|
|
if (OLENALDDBGE != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(OLENALDDBGE);
|
|
}
|
|
if (UniqueId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(UniqueId);
|
|
}
|
|
if (_unknownFields != null) {
|
|
_unknownFields.WriteTo(output);
|
|
}
|
|
#endif
|
|
}
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
|
if (GridFightEquipmentId != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(GridFightEquipmentId);
|
|
}
|
|
iMMNNGMMDAI_.WriteTo(ref output, _map_iMMNNGMMDAI_codec);
|
|
if (OLENALDDBGE != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(OLENALDDBGE);
|
|
}
|
|
if (UniqueId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(UniqueId);
|
|
}
|
|
if (_unknownFields != null) {
|
|
_unknownFields.WriteTo(ref output);
|
|
}
|
|
}
|
|
#endif
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int CalculateSize() {
|
|
int size = 0;
|
|
if (OLENALDDBGE != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (GridFightEquipmentId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GridFightEquipmentId);
|
|
}
|
|
size += iMMNNGMMDAI_.CalculateSize(_map_iMMNNGMMDAI_codec);
|
|
if (UniqueId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UniqueId);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GridFightEquipmentInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.OLENALDDBGE != false) {
|
|
OLENALDDBGE = other.OLENALDDBGE;
|
|
}
|
|
if (other.GridFightEquipmentId != 0) {
|
|
GridFightEquipmentId = other.GridFightEquipmentId;
|
|
}
|
|
iMMNNGMMDAI_.MergeFrom(other.iMMNNGMMDAI_);
|
|
if (other.UniqueId != 0) {
|
|
UniqueId = other.UniqueId;
|
|
}
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(pb::CodedInputStream input) {
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
input.ReadRawMessage(this);
|
|
#else
|
|
uint tag;
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 32: {
|
|
GridFightEquipmentId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
iMMNNGMMDAI_.AddEntriesFrom(input, _map_iMMNNGMMDAI_codec);
|
|
break;
|
|
}
|
|
case 96: {
|
|
OLENALDDBGE = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
UniqueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
}
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
|
uint tag;
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 32: {
|
|
GridFightEquipmentId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
iMMNNGMMDAI_.AddEntriesFrom(ref input, _map_iMMNNGMMDAI_codec);
|
|
break;
|
|
}
|
|
case 96: {
|
|
OLENALDDBGE = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
UniqueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|