Files
DanhengServer-OpenSource/Proto/FightEnterCsReq.cs

497 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FightEnterCsReq.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 FightEnterCsReq.proto</summary>
public static partial class FightEnterCsReqReflection {
#region Descriptor
/// <summary>File descriptor for FightEnterCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FightEnterCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVGaWdodEVudGVyQ3NSZXEucHJvdG8irgEKD0ZpZ2h0RW50ZXJDc1JlcRIT",
"CgtOQ01PQk9PTktJShgEIAEoDRITCgtyZXNfdmVyc2lvbhgFIAEoDRITCgtH",
"QUVQUEtOQk9OShgHIAEoBBIQCghwbGF0Zm9ybRgCIAEoDRILCgN1aWQYCSAB",
"KA0SEwoLT0tITEJPS0NNTUsYDSABKA0SEwoLT1BMS0hNRkFMR0QYDiABKA0S",
"EwoLTEdJUEVOUERHTUMYAyABKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
"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.FightEnterCsReq), global::EggLink.DanhengServer.Proto.FightEnterCsReq.Parser, new[]{ "NCMOBOONKIJ", "ResVersion", "GAEPPKNBONJ", "Platform", "Uid", "OKHLBOKCMMK", "OPLKHMFALGD", "LGIPENPDGMC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FightEnterCsReq : pb::IMessage<FightEnterCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FightEnterCsReq> _parser = new pb::MessageParser<FightEnterCsReq>(() => new FightEnterCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FightEnterCsReq> 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() {
nCMOBOONKIJ_ = other.nCMOBOONKIJ_;
resVersion_ = other.resVersion_;
gAEPPKNBONJ_ = other.gAEPPKNBONJ_;
platform_ = other.platform_;
uid_ = other.uid_;
oKHLBOKCMMK_ = other.oKHLBOKCMMK_;
oPLKHMFALGD_ = other.oPLKHMFALGD_;
lGIPENPDGMC_ = other.lGIPENPDGMC_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightEnterCsReq Clone() {
return new FightEnterCsReq(this);
}
/// <summary>Field number for the "NCMOBOONKIJ" field.</summary>
public const int NCMOBOONKIJFieldNumber = 4;
private uint nCMOBOONKIJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NCMOBOONKIJ {
get { return nCMOBOONKIJ_; }
set {
nCMOBOONKIJ_ = value;
}
}
/// <summary>Field number for the "res_version" field.</summary>
public const int ResVersionFieldNumber = 5;
private uint resVersion_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ResVersion {
get { return resVersion_; }
set {
resVersion_ = value;
}
}
/// <summary>Field number for the "GAEPPKNBONJ" field.</summary>
public const int GAEPPKNBONJFieldNumber = 7;
private ulong gAEPPKNBONJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong GAEPPKNBONJ {
get { return gAEPPKNBONJ_; }
set {
gAEPPKNBONJ_ = value;
}
}
/// <summary>Field number for the "platform" field.</summary>
public const int PlatformFieldNumber = 2;
private uint platform_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Platform {
get { return platform_; }
set {
platform_ = value;
}
}
/// <summary>Field number for the "uid" field.</summary>
public const int UidFieldNumber = 9;
private uint uid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Uid {
get { return uid_; }
set {
uid_ = value;
}
}
/// <summary>Field number for the "OKHLBOKCMMK" field.</summary>
public const int OKHLBOKCMMKFieldNumber = 13;
private uint oKHLBOKCMMK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OKHLBOKCMMK {
get { return oKHLBOKCMMK_; }
set {
oKHLBOKCMMK_ = value;
}
}
/// <summary>Field number for the "OPLKHMFALGD" field.</summary>
public const int OPLKHMFALGDFieldNumber = 14;
private uint oPLKHMFALGD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OPLKHMFALGD {
get { return oPLKHMFALGD_; }
set {
oPLKHMFALGD_ = value;
}
}
/// <summary>Field number for the "LGIPENPDGMC" field.</summary>
public const int LGIPENPDGMCFieldNumber = 3;
private string lGIPENPDGMC_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string LGIPENPDGMC {
get { return lGIPENPDGMC_; }
set {
lGIPENPDGMC_ = pb::ProtoPreconditions.CheckNotNull(value, "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 (NCMOBOONKIJ != other.NCMOBOONKIJ) return false;
if (ResVersion != other.ResVersion) return false;
if (GAEPPKNBONJ != other.GAEPPKNBONJ) return false;
if (Platform != other.Platform) return false;
if (Uid != other.Uid) return false;
if (OKHLBOKCMMK != other.OKHLBOKCMMK) return false;
if (OPLKHMFALGD != other.OPLKHMFALGD) return false;
if (LGIPENPDGMC != other.LGIPENPDGMC) 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 (NCMOBOONKIJ != 0) hash ^= NCMOBOONKIJ.GetHashCode();
if (ResVersion != 0) hash ^= ResVersion.GetHashCode();
if (GAEPPKNBONJ != 0UL) hash ^= GAEPPKNBONJ.GetHashCode();
if (Platform != 0) hash ^= Platform.GetHashCode();
if (Uid != 0) hash ^= Uid.GetHashCode();
if (OKHLBOKCMMK != 0) hash ^= OKHLBOKCMMK.GetHashCode();
if (OPLKHMFALGD != 0) hash ^= OPLKHMFALGD.GetHashCode();
if (LGIPENPDGMC.Length != 0) hash ^= LGIPENPDGMC.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 (Platform != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Platform);
}
if (LGIPENPDGMC.Length != 0) {
output.WriteRawTag(26);
output.WriteString(LGIPENPDGMC);
}
if (NCMOBOONKIJ != 0) {
output.WriteRawTag(32);
output.WriteUInt32(NCMOBOONKIJ);
}
if (ResVersion != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ResVersion);
}
if (GAEPPKNBONJ != 0UL) {
output.WriteRawTag(56);
output.WriteUInt64(GAEPPKNBONJ);
}
if (Uid != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Uid);
}
if (OKHLBOKCMMK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(OKHLBOKCMMK);
}
if (OPLKHMFALGD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(OPLKHMFALGD);
}
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 (Platform != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Platform);
}
if (LGIPENPDGMC.Length != 0) {
output.WriteRawTag(26);
output.WriteString(LGIPENPDGMC);
}
if (NCMOBOONKIJ != 0) {
output.WriteRawTag(32);
output.WriteUInt32(NCMOBOONKIJ);
}
if (ResVersion != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ResVersion);
}
if (GAEPPKNBONJ != 0UL) {
output.WriteRawTag(56);
output.WriteUInt64(GAEPPKNBONJ);
}
if (Uid != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Uid);
}
if (OKHLBOKCMMK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(OKHLBOKCMMK);
}
if (OPLKHMFALGD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(OPLKHMFALGD);
}
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 (NCMOBOONKIJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NCMOBOONKIJ);
}
if (ResVersion != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ResVersion);
}
if (GAEPPKNBONJ != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(GAEPPKNBONJ);
}
if (Platform != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Platform);
}
if (Uid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
}
if (OKHLBOKCMMK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OKHLBOKCMMK);
}
if (OPLKHMFALGD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OPLKHMFALGD);
}
if (LGIPENPDGMC.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(LGIPENPDGMC);
}
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.NCMOBOONKIJ != 0) {
NCMOBOONKIJ = other.NCMOBOONKIJ;
}
if (other.ResVersion != 0) {
ResVersion = other.ResVersion;
}
if (other.GAEPPKNBONJ != 0UL) {
GAEPPKNBONJ = other.GAEPPKNBONJ;
}
if (other.Platform != 0) {
Platform = other.Platform;
}
if (other.Uid != 0) {
Uid = other.Uid;
}
if (other.OKHLBOKCMMK != 0) {
OKHLBOKCMMK = other.OKHLBOKCMMK;
}
if (other.OPLKHMFALGD != 0) {
OPLKHMFALGD = other.OPLKHMFALGD;
}
if (other.LGIPENPDGMC.Length != 0) {
LGIPENPDGMC = other.LGIPENPDGMC;
}
_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 16: {
Platform = input.ReadUInt32();
break;
}
case 26: {
LGIPENPDGMC = input.ReadString();
break;
}
case 32: {
NCMOBOONKIJ = input.ReadUInt32();
break;
}
case 40: {
ResVersion = input.ReadUInt32();
break;
}
case 56: {
GAEPPKNBONJ = input.ReadUInt64();
break;
}
case 72: {
Uid = input.ReadUInt32();
break;
}
case 104: {
OKHLBOKCMMK = input.ReadUInt32();
break;
}
case 112: {
OPLKHMFALGD = 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 16: {
Platform = input.ReadUInt32();
break;
}
case 26: {
LGIPENPDGMC = input.ReadString();
break;
}
case 32: {
NCMOBOONKIJ = input.ReadUInt32();
break;
}
case 40: {
ResVersion = input.ReadUInt32();
break;
}
case 56: {
GAEPPKNBONJ = input.ReadUInt64();
break;
}
case 72: {
Uid = input.ReadUInt32();
break;
}
case 104: {
OKHLBOKCMMK = input.ReadUInt32();
break;
}
case 112: {
OPLKHMFALGD = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code