//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FightEnterCsReq.proto
//
#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 {
/// Holder for reflection information generated from FightEnterCsReq.proto
public static partial class FightEnterCsReqReflection {
#region Descriptor
/// File descriptor for FightEnterCsReq.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FightEnterCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVGaWdodEVudGVyQ3NSZXEucHJvdG8itwEKD0ZpZ2h0RW50ZXJDc1JlcRIT",
"CgtGR09KTFBBRUpFQxgMIAEoDRITCgtNS0lOSU9GR0lBRxgIIAEoDRIVCg1l",
"bnRlcl9yb29tX2lkGAogASgEEgsKA3VpZBgHIAEoDRIQCghwbGF0Zm9ybRgD",
"IAEoDRIaChJjbGllbnRfcmVzX3ZlcnNpb24YDSABKA0SEwoLQU9LQ01NUEZH",
"QkMYCSABKAkSEwoLSUNNRlBOUElKSkYYASABKA1CHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightEnterCsReq), global::EggLink.DanhengServer.Proto.FightEnterCsReq.Parser, new[]{ "FGOJLPAEJEC", "MKINIOFGIAG", "EnterRoomId", "Uid", "Platform", "ClientResVersion", "AOKCMMPFGBC", "ICMFPNPIJJF" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FightEnterCsReq : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FightEnterCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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.FightEnterCsReqReflection.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 FightEnterCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightEnterCsReq(FightEnterCsReq other) : this() {
fGOJLPAEJEC_ = other.fGOJLPAEJEC_;
mKINIOFGIAG_ = other.mKINIOFGIAG_;
enterRoomId_ = other.enterRoomId_;
uid_ = other.uid_;
platform_ = other.platform_;
clientResVersion_ = other.clientResVersion_;
aOKCMMPFGBC_ = other.aOKCMMPFGBC_;
iCMFPNPIJJF_ = other.iCMFPNPIJJF_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightEnterCsReq Clone() {
return new FightEnterCsReq(this);
}
/// Field number for the "FGOJLPAEJEC" field.
public const int FGOJLPAEJECFieldNumber = 12;
private uint fGOJLPAEJEC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FGOJLPAEJEC {
get { return fGOJLPAEJEC_; }
set {
fGOJLPAEJEC_ = value;
}
}
/// Field number for the "MKINIOFGIAG" field.
public const int MKINIOFGIAGFieldNumber = 8;
private uint mKINIOFGIAG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MKINIOFGIAG {
get { return mKINIOFGIAG_; }
set {
mKINIOFGIAG_ = value;
}
}
/// Field number for the "enter_room_id" field.
public const int EnterRoomIdFieldNumber = 10;
private ulong enterRoomId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong EnterRoomId {
get { return enterRoomId_; }
set {
enterRoomId_ = value;
}
}
/// Field number for the "uid" field.
public const int UidFieldNumber = 7;
private uint uid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Uid {
get { return uid_; }
set {
uid_ = value;
}
}
/// Field number for the "platform" field.
public const int PlatformFieldNumber = 3;
private uint platform_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Platform {
get { return platform_; }
set {
platform_ = value;
}
}
/// Field number for the "client_res_version" field.
public const int ClientResVersionFieldNumber = 13;
private uint clientResVersion_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ClientResVersion {
get { return clientResVersion_; }
set {
clientResVersion_ = value;
}
}
/// Field number for the "AOKCMMPFGBC" field.
public const int AOKCMMPFGBCFieldNumber = 9;
private string aOKCMMPFGBC_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string AOKCMMPFGBC {
get { return aOKCMMPFGBC_; }
set {
aOKCMMPFGBC_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// Field number for the "ICMFPNPIJJF" field.
public const int ICMFPNPIJJFFieldNumber = 1;
private uint iCMFPNPIJJF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ICMFPNPIJJF {
get { return iCMFPNPIJJF_; }
set {
iCMFPNPIJJF_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FightEnterCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FightEnterCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (FGOJLPAEJEC != other.FGOJLPAEJEC) return false;
if (MKINIOFGIAG != other.MKINIOFGIAG) return false;
if (EnterRoomId != other.EnterRoomId) return false;
if (Uid != other.Uid) return false;
if (Platform != other.Platform) return false;
if (ClientResVersion != other.ClientResVersion) return false;
if (AOKCMMPFGBC != other.AOKCMMPFGBC) return false;
if (ICMFPNPIJJF != other.ICMFPNPIJJF) 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 (FGOJLPAEJEC != 0) hash ^= FGOJLPAEJEC.GetHashCode();
if (MKINIOFGIAG != 0) hash ^= MKINIOFGIAG.GetHashCode();
if (EnterRoomId != 0UL) hash ^= EnterRoomId.GetHashCode();
if (Uid != 0) hash ^= Uid.GetHashCode();
if (Platform != 0) hash ^= Platform.GetHashCode();
if (ClientResVersion != 0) hash ^= ClientResVersion.GetHashCode();
if (AOKCMMPFGBC.Length != 0) hash ^= AOKCMMPFGBC.GetHashCode();
if (ICMFPNPIJJF != 0) hash ^= ICMFPNPIJJF.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 (ICMFPNPIJJF != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ICMFPNPIJJF);
}
if (Platform != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Platform);
}
if (Uid != 0) {
output.WriteRawTag(56);
output.WriteUInt32(Uid);
}
if (MKINIOFGIAG != 0) {
output.WriteRawTag(64);
output.WriteUInt32(MKINIOFGIAG);
}
if (AOKCMMPFGBC.Length != 0) {
output.WriteRawTag(74);
output.WriteString(AOKCMMPFGBC);
}
if (EnterRoomId != 0UL) {
output.WriteRawTag(80);
output.WriteUInt64(EnterRoomId);
}
if (FGOJLPAEJEC != 0) {
output.WriteRawTag(96);
output.WriteUInt32(FGOJLPAEJEC);
}
if (ClientResVersion != 0) {
output.WriteRawTag(104);
output.WriteUInt32(ClientResVersion);
}
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 (ICMFPNPIJJF != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ICMFPNPIJJF);
}
if (Platform != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Platform);
}
if (Uid != 0) {
output.WriteRawTag(56);
output.WriteUInt32(Uid);
}
if (MKINIOFGIAG != 0) {
output.WriteRawTag(64);
output.WriteUInt32(MKINIOFGIAG);
}
if (AOKCMMPFGBC.Length != 0) {
output.WriteRawTag(74);
output.WriteString(AOKCMMPFGBC);
}
if (EnterRoomId != 0UL) {
output.WriteRawTag(80);
output.WriteUInt64(EnterRoomId);
}
if (FGOJLPAEJEC != 0) {
output.WriteRawTag(96);
output.WriteUInt32(FGOJLPAEJEC);
}
if (ClientResVersion != 0) {
output.WriteRawTag(104);
output.WriteUInt32(ClientResVersion);
}
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 (FGOJLPAEJEC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FGOJLPAEJEC);
}
if (MKINIOFGIAG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MKINIOFGIAG);
}
if (EnterRoomId != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(EnterRoomId);
}
if (Uid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
}
if (Platform != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Platform);
}
if (ClientResVersion != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ClientResVersion);
}
if (AOKCMMPFGBC.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(AOKCMMPFGBC);
}
if (ICMFPNPIJJF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ICMFPNPIJJF);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FightEnterCsReq other) {
if (other == null) {
return;
}
if (other.FGOJLPAEJEC != 0) {
FGOJLPAEJEC = other.FGOJLPAEJEC;
}
if (other.MKINIOFGIAG != 0) {
MKINIOFGIAG = other.MKINIOFGIAG;
}
if (other.EnterRoomId != 0UL) {
EnterRoomId = other.EnterRoomId;
}
if (other.Uid != 0) {
Uid = other.Uid;
}
if (other.Platform != 0) {
Platform = other.Platform;
}
if (other.ClientResVersion != 0) {
ClientResVersion = other.ClientResVersion;
}
if (other.AOKCMMPFGBC.Length != 0) {
AOKCMMPFGBC = other.AOKCMMPFGBC;
}
if (other.ICMFPNPIJJF != 0) {
ICMFPNPIJJF = other.ICMFPNPIJJF;
}
_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: {
ICMFPNPIJJF = input.ReadUInt32();
break;
}
case 24: {
Platform = input.ReadUInt32();
break;
}
case 56: {
Uid = input.ReadUInt32();
break;
}
case 64: {
MKINIOFGIAG = input.ReadUInt32();
break;
}
case 74: {
AOKCMMPFGBC = input.ReadString();
break;
}
case 80: {
EnterRoomId = input.ReadUInt64();
break;
}
case 96: {
FGOJLPAEJEC = input.ReadUInt32();
break;
}
case 104: {
ClientResVersion = 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 8: {
ICMFPNPIJJF = input.ReadUInt32();
break;
}
case 24: {
Platform = input.ReadUInt32();
break;
}
case 56: {
Uid = input.ReadUInt32();
break;
}
case 64: {
MKINIOFGIAG = input.ReadUInt32();
break;
}
case 74: {
AOKCMMPFGBC = input.ReadString();
break;
}
case 80: {
EnterRoomId = input.ReadUInt64();
break;
}
case 96: {
FGOJLPAEJEC = input.ReadUInt32();
break;
}
case 104: {
ClientResVersion = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code