Files
DanhengServer-OpenSource/Proto/FightEnterCsReq.cs
2024-12-07 14:00:38 +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(
"ChVGaWdodEVudGVyQ3NSZXEucHJvdG8irgEKD0ZpZ2h0RW50ZXJDc1JlcRIL",
"CgN1aWQYDyABKA0SEwoLSkNPSEtMSUxPS0kYCiABKAQSEwoLQU9ESk5EQ1BE",
"SUQYDCABKA0SEwoLcmVzX3ZlcnNpb24YBCABKA0SEwoLTk1MR0dPTUJQT0sY",
"CyABKA0SEAoIcGxhdGZvcm0YBiABKA0SEwoLRkNMQ0NDTkJETEIYASABKA0S",
"EwoLTE5GT1BIR0JNR0IYByABKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
"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[]{ "Uid", "JCOHKLILOKI", "AODJNDCPDID", "ResVersion", "NMLGGOMBPOK", "Platform", "FCLCCCNBDLB", "LNFOPHGBMGB" }, 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() {
uid_ = other.uid_;
jCOHKLILOKI_ = other.jCOHKLILOKI_;
aODJNDCPDID_ = other.aODJNDCPDID_;
resVersion_ = other.resVersion_;
nMLGGOMBPOK_ = other.nMLGGOMBPOK_;
platform_ = other.platform_;
fCLCCCNBDLB_ = other.fCLCCCNBDLB_;
lNFOPHGBMGB_ = other.lNFOPHGBMGB_;
_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 "uid" field.</summary>
public const int UidFieldNumber = 15;
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 "JCOHKLILOKI" field.</summary>
public const int JCOHKLILOKIFieldNumber = 10;
private ulong jCOHKLILOKI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong JCOHKLILOKI {
get { return jCOHKLILOKI_; }
set {
jCOHKLILOKI_ = value;
}
}
/// <summary>Field number for the "AODJNDCPDID" field.</summary>
public const int AODJNDCPDIDFieldNumber = 12;
private uint aODJNDCPDID_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AODJNDCPDID {
get { return aODJNDCPDID_; }
set {
aODJNDCPDID_ = value;
}
}
/// <summary>Field number for the "res_version" field.</summary>
public const int ResVersionFieldNumber = 4;
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 "NMLGGOMBPOK" field.</summary>
public const int NMLGGOMBPOKFieldNumber = 11;
private uint nMLGGOMBPOK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NMLGGOMBPOK {
get { return nMLGGOMBPOK_; }
set {
nMLGGOMBPOK_ = 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;
}
}
/// <summary>Field number for the "FCLCCCNBDLB" field.</summary>
public const int FCLCCCNBDLBFieldNumber = 1;
private uint fCLCCCNBDLB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FCLCCCNBDLB {
get { return fCLCCCNBDLB_; }
set {
fCLCCCNBDLB_ = value;
}
}
/// <summary>Field number for the "LNFOPHGBMGB" field.</summary>
public const int LNFOPHGBMGBFieldNumber = 7;
private string lNFOPHGBMGB_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string LNFOPHGBMGB {
get { return lNFOPHGBMGB_; }
set {
lNFOPHGBMGB_ = 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 (Uid != other.Uid) return false;
if (JCOHKLILOKI != other.JCOHKLILOKI) return false;
if (AODJNDCPDID != other.AODJNDCPDID) return false;
if (ResVersion != other.ResVersion) return false;
if (NMLGGOMBPOK != other.NMLGGOMBPOK) return false;
if (Platform != other.Platform) return false;
if (FCLCCCNBDLB != other.FCLCCCNBDLB) return false;
if (LNFOPHGBMGB != other.LNFOPHGBMGB) 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 (Uid != 0) hash ^= Uid.GetHashCode();
if (JCOHKLILOKI != 0UL) hash ^= JCOHKLILOKI.GetHashCode();
if (AODJNDCPDID != 0) hash ^= AODJNDCPDID.GetHashCode();
if (ResVersion != 0) hash ^= ResVersion.GetHashCode();
if (NMLGGOMBPOK != 0) hash ^= NMLGGOMBPOK.GetHashCode();
if (Platform != 0) hash ^= Platform.GetHashCode();
if (FCLCCCNBDLB != 0) hash ^= FCLCCCNBDLB.GetHashCode();
if (LNFOPHGBMGB.Length != 0) hash ^= LNFOPHGBMGB.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 (FCLCCCNBDLB != 0) {
output.WriteRawTag(8);
output.WriteUInt32(FCLCCCNBDLB);
}
if (ResVersion != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ResVersion);
}
if (Platform != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Platform);
}
if (LNFOPHGBMGB.Length != 0) {
output.WriteRawTag(58);
output.WriteString(LNFOPHGBMGB);
}
if (JCOHKLILOKI != 0UL) {
output.WriteRawTag(80);
output.WriteUInt64(JCOHKLILOKI);
}
if (NMLGGOMBPOK != 0) {
output.WriteRawTag(88);
output.WriteUInt32(NMLGGOMBPOK);
}
if (AODJNDCPDID != 0) {
output.WriteRawTag(96);
output.WriteUInt32(AODJNDCPDID);
}
if (Uid != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Uid);
}
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 (FCLCCCNBDLB != 0) {
output.WriteRawTag(8);
output.WriteUInt32(FCLCCCNBDLB);
}
if (ResVersion != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ResVersion);
}
if (Platform != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Platform);
}
if (LNFOPHGBMGB.Length != 0) {
output.WriteRawTag(58);
output.WriteString(LNFOPHGBMGB);
}
if (JCOHKLILOKI != 0UL) {
output.WriteRawTag(80);
output.WriteUInt64(JCOHKLILOKI);
}
if (NMLGGOMBPOK != 0) {
output.WriteRawTag(88);
output.WriteUInt32(NMLGGOMBPOK);
}
if (AODJNDCPDID != 0) {
output.WriteRawTag(96);
output.WriteUInt32(AODJNDCPDID);
}
if (Uid != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Uid);
}
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 (Uid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
}
if (JCOHKLILOKI != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(JCOHKLILOKI);
}
if (AODJNDCPDID != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AODJNDCPDID);
}
if (ResVersion != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ResVersion);
}
if (NMLGGOMBPOK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NMLGGOMBPOK);
}
if (Platform != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Platform);
}
if (FCLCCCNBDLB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FCLCCCNBDLB);
}
if (LNFOPHGBMGB.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(LNFOPHGBMGB);
}
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.Uid != 0) {
Uid = other.Uid;
}
if (other.JCOHKLILOKI != 0UL) {
JCOHKLILOKI = other.JCOHKLILOKI;
}
if (other.AODJNDCPDID != 0) {
AODJNDCPDID = other.AODJNDCPDID;
}
if (other.ResVersion != 0) {
ResVersion = other.ResVersion;
}
if (other.NMLGGOMBPOK != 0) {
NMLGGOMBPOK = other.NMLGGOMBPOK;
}
if (other.Platform != 0) {
Platform = other.Platform;
}
if (other.FCLCCCNBDLB != 0) {
FCLCCCNBDLB = other.FCLCCCNBDLB;
}
if (other.LNFOPHGBMGB.Length != 0) {
LNFOPHGBMGB = other.LNFOPHGBMGB;
}
_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: {
FCLCCCNBDLB = input.ReadUInt32();
break;
}
case 32: {
ResVersion = input.ReadUInt32();
break;
}
case 48: {
Platform = input.ReadUInt32();
break;
}
case 58: {
LNFOPHGBMGB = input.ReadString();
break;
}
case 80: {
JCOHKLILOKI = input.ReadUInt64();
break;
}
case 88: {
NMLGGOMBPOK = input.ReadUInt32();
break;
}
case 96: {
AODJNDCPDID = input.ReadUInt32();
break;
}
case 120: {
Uid = 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: {
FCLCCCNBDLB = input.ReadUInt32();
break;
}
case 32: {
ResVersion = input.ReadUInt32();
break;
}
case 48: {
Platform = input.ReadUInt32();
break;
}
case 58: {
LNFOPHGBMGB = input.ReadString();
break;
}
case 80: {
JCOHKLILOKI = input.ReadUInt64();
break;
}
case 88: {
NMLGGOMBPOK = input.ReadUInt32();
break;
}
case 96: {
AODJNDCPDID = input.ReadUInt32();
break;
}
case 120: {
Uid = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code