mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
394 lines
13 KiB
C#
394 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: LobbyMarchInfo.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 LobbyMarchInfo.proto</summary>
|
|
public static partial class LobbyMarchInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for LobbyMarchInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static LobbyMarchInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChRMb2JieU1hcmNoSW5mby5wcm90bxoRTkZPQkFQSE1JQkYucHJvdG8igwEK",
|
|
"DkxvYmJ5TWFyY2hJbmZvEg8KB2JpcmRfaWQYASABKA0SEwoLQ09DT05HQUNJ",
|
|
"RkoYAiABKAgSEwoLSkVKS0lHQUJFRUsYAyABKA0SEwoLTUlBRlBGUE1BQ0EY",
|
|
"BCABKA0SIQoLTU1PSExLRUlLR0sYBSABKAsyDC5ORk9CQVBITUlCRkIeqgIb",
|
|
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NFOBAPHMIBFReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyMarchInfo), global::EggLink.DanhengServer.Proto.LobbyMarchInfo.Parser, new[]{ "BirdId", "COCONGACIFJ", "JEJKIGABEEK", "MIAFPFPMACA", "MMOHLKEIKGK" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class LobbyMarchInfo : pb::IMessage<LobbyMarchInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<LobbyMarchInfo> _parser = new pb::MessageParser<LobbyMarchInfo>(() => new LobbyMarchInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<LobbyMarchInfo> 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.LobbyMarchInfoReflection.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 LobbyMarchInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public LobbyMarchInfo(LobbyMarchInfo other) : this() {
|
|
birdId_ = other.birdId_;
|
|
cOCONGACIFJ_ = other.cOCONGACIFJ_;
|
|
jEJKIGABEEK_ = other.jEJKIGABEEK_;
|
|
mIAFPFPMACA_ = other.mIAFPFPMACA_;
|
|
mMOHLKEIKGK_ = other.mMOHLKEIKGK_ != null ? other.mMOHLKEIKGK_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public LobbyMarchInfo Clone() {
|
|
return new LobbyMarchInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "bird_id" field.</summary>
|
|
public const int BirdIdFieldNumber = 1;
|
|
private uint birdId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BirdId {
|
|
get { return birdId_; }
|
|
set {
|
|
birdId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "COCONGACIFJ" field.</summary>
|
|
public const int COCONGACIFJFieldNumber = 2;
|
|
private bool cOCONGACIFJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool COCONGACIFJ {
|
|
get { return cOCONGACIFJ_; }
|
|
set {
|
|
cOCONGACIFJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JEJKIGABEEK" field.</summary>
|
|
public const int JEJKIGABEEKFieldNumber = 3;
|
|
private uint jEJKIGABEEK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JEJKIGABEEK {
|
|
get { return jEJKIGABEEK_; }
|
|
set {
|
|
jEJKIGABEEK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MIAFPFPMACA" field.</summary>
|
|
public const int MIAFPFPMACAFieldNumber = 4;
|
|
private uint mIAFPFPMACA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MIAFPFPMACA {
|
|
get { return mIAFPFPMACA_; }
|
|
set {
|
|
mIAFPFPMACA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MMOHLKEIKGK" field.</summary>
|
|
public const int MMOHLKEIKGKFieldNumber = 5;
|
|
private global::EggLink.DanhengServer.Proto.NFOBAPHMIBF mMOHLKEIKGK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.NFOBAPHMIBF MMOHLKEIKGK {
|
|
get { return mMOHLKEIKGK_; }
|
|
set {
|
|
mMOHLKEIKGK_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as LobbyMarchInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(LobbyMarchInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (BirdId != other.BirdId) return false;
|
|
if (COCONGACIFJ != other.COCONGACIFJ) return false;
|
|
if (JEJKIGABEEK != other.JEJKIGABEEK) return false;
|
|
if (MIAFPFPMACA != other.MIAFPFPMACA) return false;
|
|
if (!object.Equals(MMOHLKEIKGK, other.MMOHLKEIKGK)) 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 (BirdId != 0) hash ^= BirdId.GetHashCode();
|
|
if (COCONGACIFJ != false) hash ^= COCONGACIFJ.GetHashCode();
|
|
if (JEJKIGABEEK != 0) hash ^= JEJKIGABEEK.GetHashCode();
|
|
if (MIAFPFPMACA != 0) hash ^= MIAFPFPMACA.GetHashCode();
|
|
if (mMOHLKEIKGK_ != null) hash ^= MMOHLKEIKGK.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 (BirdId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(BirdId);
|
|
}
|
|
if (COCONGACIFJ != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(COCONGACIFJ);
|
|
}
|
|
if (JEJKIGABEEK != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(JEJKIGABEEK);
|
|
}
|
|
if (MIAFPFPMACA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(MIAFPFPMACA);
|
|
}
|
|
if (mMOHLKEIKGK_ != null) {
|
|
output.WriteRawTag(42);
|
|
output.WriteMessage(MMOHLKEIKGK);
|
|
}
|
|
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 (BirdId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(BirdId);
|
|
}
|
|
if (COCONGACIFJ != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(COCONGACIFJ);
|
|
}
|
|
if (JEJKIGABEEK != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(JEJKIGABEEK);
|
|
}
|
|
if (MIAFPFPMACA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(MIAFPFPMACA);
|
|
}
|
|
if (mMOHLKEIKGK_ != null) {
|
|
output.WriteRawTag(42);
|
|
output.WriteMessage(MMOHLKEIKGK);
|
|
}
|
|
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 (BirdId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdId);
|
|
}
|
|
if (COCONGACIFJ != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (JEJKIGABEEK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JEJKIGABEEK);
|
|
}
|
|
if (MIAFPFPMACA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MIAFPFPMACA);
|
|
}
|
|
if (mMOHLKEIKGK_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(MMOHLKEIKGK);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(LobbyMarchInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.BirdId != 0) {
|
|
BirdId = other.BirdId;
|
|
}
|
|
if (other.COCONGACIFJ != false) {
|
|
COCONGACIFJ = other.COCONGACIFJ;
|
|
}
|
|
if (other.JEJKIGABEEK != 0) {
|
|
JEJKIGABEEK = other.JEJKIGABEEK;
|
|
}
|
|
if (other.MIAFPFPMACA != 0) {
|
|
MIAFPFPMACA = other.MIAFPFPMACA;
|
|
}
|
|
if (other.mMOHLKEIKGK_ != null) {
|
|
if (mMOHLKEIKGK_ == null) {
|
|
MMOHLKEIKGK = new global::EggLink.DanhengServer.Proto.NFOBAPHMIBF();
|
|
}
|
|
MMOHLKEIKGK.MergeFrom(other.MMOHLKEIKGK);
|
|
}
|
|
_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 8: {
|
|
BirdId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
COCONGACIFJ = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
JEJKIGABEEK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
MIAFPFPMACA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 42: {
|
|
if (mMOHLKEIKGK_ == null) {
|
|
MMOHLKEIKGK = new global::EggLink.DanhengServer.Proto.NFOBAPHMIBF();
|
|
}
|
|
input.ReadMessage(MMOHLKEIKGK);
|
|
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 8: {
|
|
BirdId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
COCONGACIFJ = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
JEJKIGABEEK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
MIAFPFPMACA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 42: {
|
|
if (mMOHLKEIKGK_ == null) {
|
|
MMOHLKEIKGK = new global::EggLink.DanhengServer.Proto.NFOBAPHMIBF();
|
|
}
|
|
input.ReadMessage(MMOHLKEIKGK);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|