Files
DanhengServer-OpenSource/Proto/FightEnterCsReq.cs
2025-01-15 23:20:16 +08:00

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",
"CgtJQ01GUE5QSUpKRhgNIAEoDRITCgtLUEtETk1EQUpHTBgDIAEoBBITCgtG",
"R09KTFBBRUpFQxgIIAEoDRITCgtBT0tDTU1QRkdCQxgHIAEoCRILCgN1aWQY",
"BSABKA0SEwoLcmVzX3ZlcnNpb24YASABKA0SEwoLTUtJTklPRkdJQUcYBCAB",
"KA0SEAoIcGxhdGZvcm0YBiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
"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[]{ "ICMFPNPIJJF", "KPKDNMDAJGL", "FGOJLPAEJEC", "AOKCMMPFGBC", "Uid", "ResVersion", "MKINIOFGIAG", "Platform" }, 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() {
iCMFPNPIJJF_ = other.iCMFPNPIJJF_;
kPKDNMDAJGL_ = other.kPKDNMDAJGL_;
fGOJLPAEJEC_ = other.fGOJLPAEJEC_;
aOKCMMPFGBC_ = other.aOKCMMPFGBC_;
uid_ = other.uid_;
resVersion_ = other.resVersion_;
mKINIOFGIAG_ = other.mKINIOFGIAG_;
platform_ = other.platform_;
_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 "ICMFPNPIJJF" field.</summary>
public const int ICMFPNPIJJFFieldNumber = 13;
private uint iCMFPNPIJJF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ICMFPNPIJJF {
get { return iCMFPNPIJJF_; }
set {
iCMFPNPIJJF_ = value;
}
}
/// <summary>Field number for the "KPKDNMDAJGL" field.</summary>
public const int KPKDNMDAJGLFieldNumber = 3;
private ulong kPKDNMDAJGL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong KPKDNMDAJGL {
get { return kPKDNMDAJGL_; }
set {
kPKDNMDAJGL_ = value;
}
}
/// <summary>Field number for the "FGOJLPAEJEC" field.</summary>
public const int FGOJLPAEJECFieldNumber = 8;
private uint fGOJLPAEJEC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FGOJLPAEJEC {
get { return fGOJLPAEJEC_; }
set {
fGOJLPAEJEC_ = value;
}
}
/// <summary>Field number for the "AOKCMMPFGBC" field.</summary>
public const int AOKCMMPFGBCFieldNumber = 7;
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");
}
}
/// <summary>Field number for the "uid" field.</summary>
public const int UidFieldNumber = 5;
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 "res_version" field.</summary>
public const int ResVersionFieldNumber = 1;
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 "MKINIOFGIAG" field.</summary>
public const int MKINIOFGIAGFieldNumber = 4;
private uint mKINIOFGIAG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MKINIOFGIAG {
get { return mKINIOFGIAG_; }
set {
mKINIOFGIAG_ = value;
}
}
/// <summary>Field number for the "platform" field.</summary>
public const int PlatformFieldNumber = 6;
private uint platform_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Platform {
get { return platform_; }
set {
platform_ = 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 (ICMFPNPIJJF != other.ICMFPNPIJJF) return false;
if (KPKDNMDAJGL != other.KPKDNMDAJGL) return false;
if (FGOJLPAEJEC != other.FGOJLPAEJEC) return false;
if (AOKCMMPFGBC != other.AOKCMMPFGBC) return false;
if (Uid != other.Uid) return false;
if (ResVersion != other.ResVersion) return false;
if (MKINIOFGIAG != other.MKINIOFGIAG) return false;
if (Platform != other.Platform) 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 (ICMFPNPIJJF != 0) hash ^= ICMFPNPIJJF.GetHashCode();
if (KPKDNMDAJGL != 0UL) hash ^= KPKDNMDAJGL.GetHashCode();
if (FGOJLPAEJEC != 0) hash ^= FGOJLPAEJEC.GetHashCode();
if (AOKCMMPFGBC.Length != 0) hash ^= AOKCMMPFGBC.GetHashCode();
if (Uid != 0) hash ^= Uid.GetHashCode();
if (ResVersion != 0) hash ^= ResVersion.GetHashCode();
if (MKINIOFGIAG != 0) hash ^= MKINIOFGIAG.GetHashCode();
if (Platform != 0) hash ^= Platform.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 (ResVersion != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ResVersion);
}
if (KPKDNMDAJGL != 0UL) {
output.WriteRawTag(24);
output.WriteUInt64(KPKDNMDAJGL);
}
if (MKINIOFGIAG != 0) {
output.WriteRawTag(32);
output.WriteUInt32(MKINIOFGIAG);
}
if (Uid != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Uid);
}
if (Platform != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Platform);
}
if (AOKCMMPFGBC.Length != 0) {
output.WriteRawTag(58);
output.WriteString(AOKCMMPFGBC);
}
if (FGOJLPAEJEC != 0) {
output.WriteRawTag(64);
output.WriteUInt32(FGOJLPAEJEC);
}
if (ICMFPNPIJJF != 0) {
output.WriteRawTag(104);
output.WriteUInt32(ICMFPNPIJJF);
}
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 (ResVersion != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ResVersion);
}
if (KPKDNMDAJGL != 0UL) {
output.WriteRawTag(24);
output.WriteUInt64(KPKDNMDAJGL);
}
if (MKINIOFGIAG != 0) {
output.WriteRawTag(32);
output.WriteUInt32(MKINIOFGIAG);
}
if (Uid != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Uid);
}
if (Platform != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Platform);
}
if (AOKCMMPFGBC.Length != 0) {
output.WriteRawTag(58);
output.WriteString(AOKCMMPFGBC);
}
if (FGOJLPAEJEC != 0) {
output.WriteRawTag(64);
output.WriteUInt32(FGOJLPAEJEC);
}
if (ICMFPNPIJJF != 0) {
output.WriteRawTag(104);
output.WriteUInt32(ICMFPNPIJJF);
}
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 (ICMFPNPIJJF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ICMFPNPIJJF);
}
if (KPKDNMDAJGL != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(KPKDNMDAJGL);
}
if (FGOJLPAEJEC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FGOJLPAEJEC);
}
if (AOKCMMPFGBC.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(AOKCMMPFGBC);
}
if (Uid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
}
if (ResVersion != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ResVersion);
}
if (MKINIOFGIAG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MKINIOFGIAG);
}
if (Platform != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Platform);
}
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.ICMFPNPIJJF != 0) {
ICMFPNPIJJF = other.ICMFPNPIJJF;
}
if (other.KPKDNMDAJGL != 0UL) {
KPKDNMDAJGL = other.KPKDNMDAJGL;
}
if (other.FGOJLPAEJEC != 0) {
FGOJLPAEJEC = other.FGOJLPAEJEC;
}
if (other.AOKCMMPFGBC.Length != 0) {
AOKCMMPFGBC = other.AOKCMMPFGBC;
}
if (other.Uid != 0) {
Uid = other.Uid;
}
if (other.ResVersion != 0) {
ResVersion = other.ResVersion;
}
if (other.MKINIOFGIAG != 0) {
MKINIOFGIAG = other.MKINIOFGIAG;
}
if (other.Platform != 0) {
Platform = other.Platform;
}
_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: {
ResVersion = input.ReadUInt32();
break;
}
case 24: {
KPKDNMDAJGL = input.ReadUInt64();
break;
}
case 32: {
MKINIOFGIAG = input.ReadUInt32();
break;
}
case 40: {
Uid = input.ReadUInt32();
break;
}
case 48: {
Platform = input.ReadUInt32();
break;
}
case 58: {
AOKCMMPFGBC = input.ReadString();
break;
}
case 64: {
FGOJLPAEJEC = input.ReadUInt32();
break;
}
case 104: {
ICMFPNPIJJF = 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: {
ResVersion = input.ReadUInt32();
break;
}
case 24: {
KPKDNMDAJGL = input.ReadUInt64();
break;
}
case 32: {
MKINIOFGIAG = input.ReadUInt32();
break;
}
case 40: {
Uid = input.ReadUInt32();
break;
}
case 48: {
Platform = input.ReadUInt32();
break;
}
case 58: {
AOKCMMPFGBC = input.ReadString();
break;
}
case 64: {
FGOJLPAEJEC = input.ReadUInt32();
break;
}
case 104: {
ICMFPNPIJJF = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code