Files
DanhengServer-OpenSource/Proto/TrainPartyInfo.cs
2025-06-07 17:24:14 +08:00

534 lines
20 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TrainPartyInfo.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 TrainPartyInfo.proto</summary>
public static partial class TrainPartyInfoReflection {
#region Descriptor
/// <summary>File descriptor for TrainPartyInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static TrainPartyInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRUcmFpblBhcnR5SW5mby5wcm90bxoUVHJhaW5QYXJ0eUFyZWEucHJvdG8a",
"EUlOREZGTk5IT0hDLnByb3RvIoACCg5UcmFpblBhcnR5SW5mbxIQCghjdXJf",
"ZnVuZBgFIAEoDRITCgtPQk9LR0xDTUtLRRgEIAEoDRITCgtDSUdBQ0dIUERH",
"SxgHIAMoDRIhCgtFT0hCQkVBS09ERhgMIAMoCzIMLklOREZGTk5IT0hDEhMK",
"C0VFQk5BQVBCS0NOGAogASgNEhMKC0NOQUpPSUdOTUxKGA8gASgNEiIKCWFy",
"ZWFfbGlzdBgDIAMoCzIPLlRyYWluUGFydHlBcmVhEhMKC1BQRkZLRkdPTExK",
"GAggASgNEhMKC0ZMQk5FS0dJREJPGAIgASgNEhcKD2R5bmFtaWNfaWRfbGlz",
"dBgNIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyAreaReflection.Descriptor, global::EggLink.DanhengServer.Proto.INDFFNNHOHCReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyInfo), global::EggLink.DanhengServer.Proto.TrainPartyInfo.Parser, new[]{ "CurFund", "OBOKGLCMKKE", "CIGACGHPDGK", "EOHBBEAKODF", "EEBNAAPBKCN", "CNAJOIGNMLJ", "AreaList", "PPFFKFGOLLJ", "FLBNEKGIDBO", "DynamicIdList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class TrainPartyInfo : pb::IMessage<TrainPartyInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<TrainPartyInfo> _parser = new pb::MessageParser<TrainPartyInfo>(() => new TrainPartyInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<TrainPartyInfo> 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.TrainPartyInfoReflection.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 TrainPartyInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TrainPartyInfo(TrainPartyInfo other) : this() {
curFund_ = other.curFund_;
oBOKGLCMKKE_ = other.oBOKGLCMKKE_;
cIGACGHPDGK_ = other.cIGACGHPDGK_.Clone();
eOHBBEAKODF_ = other.eOHBBEAKODF_.Clone();
eEBNAAPBKCN_ = other.eEBNAAPBKCN_;
cNAJOIGNMLJ_ = other.cNAJOIGNMLJ_;
areaList_ = other.areaList_.Clone();
pPFFKFGOLLJ_ = other.pPFFKFGOLLJ_;
fLBNEKGIDBO_ = other.fLBNEKGIDBO_;
dynamicIdList_ = other.dynamicIdList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TrainPartyInfo Clone() {
return new TrainPartyInfo(this);
}
/// <summary>Field number for the "cur_fund" field.</summary>
public const int CurFundFieldNumber = 5;
private uint curFund_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurFund {
get { return curFund_; }
set {
curFund_ = value;
}
}
/// <summary>Field number for the "OBOKGLCMKKE" field.</summary>
public const int OBOKGLCMKKEFieldNumber = 4;
private uint oBOKGLCMKKE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OBOKGLCMKKE {
get { return oBOKGLCMKKE_; }
set {
oBOKGLCMKKE_ = value;
}
}
/// <summary>Field number for the "CIGACGHPDGK" field.</summary>
public const int CIGACGHPDGKFieldNumber = 7;
private static readonly pb::FieldCodec<uint> _repeated_cIGACGHPDGK_codec
= pb::FieldCodec.ForUInt32(58);
private readonly pbc::RepeatedField<uint> cIGACGHPDGK_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> CIGACGHPDGK {
get { return cIGACGHPDGK_; }
}
/// <summary>Field number for the "EOHBBEAKODF" field.</summary>
public const int EOHBBEAKODFFieldNumber = 12;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.INDFFNNHOHC> _repeated_eOHBBEAKODF_codec
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.INDFFNNHOHC.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.INDFFNNHOHC> eOHBBEAKODF_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.INDFFNNHOHC>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.INDFFNNHOHC> EOHBBEAKODF {
get { return eOHBBEAKODF_; }
}
/// <summary>Field number for the "EEBNAAPBKCN" field.</summary>
public const int EEBNAAPBKCNFieldNumber = 10;
private uint eEBNAAPBKCN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EEBNAAPBKCN {
get { return eEBNAAPBKCN_; }
set {
eEBNAAPBKCN_ = value;
}
}
/// <summary>Field number for the "CNAJOIGNMLJ" field.</summary>
public const int CNAJOIGNMLJFieldNumber = 15;
private uint cNAJOIGNMLJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CNAJOIGNMLJ {
get { return cNAJOIGNMLJ_; }
set {
cNAJOIGNMLJ_ = value;
}
}
/// <summary>Field number for the "area_list" field.</summary>
public const int AreaListFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.TrainPartyArea> _repeated_areaList_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.TrainPartyArea.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.TrainPartyArea> areaList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.TrainPartyArea>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.TrainPartyArea> AreaList {
get { return areaList_; }
}
/// <summary>Field number for the "PPFFKFGOLLJ" field.</summary>
public const int PPFFKFGOLLJFieldNumber = 8;
private uint pPFFKFGOLLJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PPFFKFGOLLJ {
get { return pPFFKFGOLLJ_; }
set {
pPFFKFGOLLJ_ = value;
}
}
/// <summary>Field number for the "FLBNEKGIDBO" field.</summary>
public const int FLBNEKGIDBOFieldNumber = 2;
private uint fLBNEKGIDBO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FLBNEKGIDBO {
get { return fLBNEKGIDBO_; }
set {
fLBNEKGIDBO_ = value;
}
}
/// <summary>Field number for the "dynamic_id_list" field.</summary>
public const int DynamicIdListFieldNumber = 13;
private static readonly pb::FieldCodec<uint> _repeated_dynamicIdList_codec
= pb::FieldCodec.ForUInt32(106);
private readonly pbc::RepeatedField<uint> dynamicIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> DynamicIdList {
get { return dynamicIdList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as TrainPartyInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(TrainPartyInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (CurFund != other.CurFund) return false;
if (OBOKGLCMKKE != other.OBOKGLCMKKE) return false;
if(!cIGACGHPDGK_.Equals(other.cIGACGHPDGK_)) return false;
if(!eOHBBEAKODF_.Equals(other.eOHBBEAKODF_)) return false;
if (EEBNAAPBKCN != other.EEBNAAPBKCN) return false;
if (CNAJOIGNMLJ != other.CNAJOIGNMLJ) return false;
if(!areaList_.Equals(other.areaList_)) return false;
if (PPFFKFGOLLJ != other.PPFFKFGOLLJ) return false;
if (FLBNEKGIDBO != other.FLBNEKGIDBO) return false;
if(!dynamicIdList_.Equals(other.dynamicIdList_)) 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 (CurFund != 0) hash ^= CurFund.GetHashCode();
if (OBOKGLCMKKE != 0) hash ^= OBOKGLCMKKE.GetHashCode();
hash ^= cIGACGHPDGK_.GetHashCode();
hash ^= eOHBBEAKODF_.GetHashCode();
if (EEBNAAPBKCN != 0) hash ^= EEBNAAPBKCN.GetHashCode();
if (CNAJOIGNMLJ != 0) hash ^= CNAJOIGNMLJ.GetHashCode();
hash ^= areaList_.GetHashCode();
if (PPFFKFGOLLJ != 0) hash ^= PPFFKFGOLLJ.GetHashCode();
if (FLBNEKGIDBO != 0) hash ^= FLBNEKGIDBO.GetHashCode();
hash ^= dynamicIdList_.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 (FLBNEKGIDBO != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FLBNEKGIDBO);
}
areaList_.WriteTo(output, _repeated_areaList_codec);
if (OBOKGLCMKKE != 0) {
output.WriteRawTag(32);
output.WriteUInt32(OBOKGLCMKKE);
}
if (CurFund != 0) {
output.WriteRawTag(40);
output.WriteUInt32(CurFund);
}
cIGACGHPDGK_.WriteTo(output, _repeated_cIGACGHPDGK_codec);
if (PPFFKFGOLLJ != 0) {
output.WriteRawTag(64);
output.WriteUInt32(PPFFKFGOLLJ);
}
if (EEBNAAPBKCN != 0) {
output.WriteRawTag(80);
output.WriteUInt32(EEBNAAPBKCN);
}
eOHBBEAKODF_.WriteTo(output, _repeated_eOHBBEAKODF_codec);
dynamicIdList_.WriteTo(output, _repeated_dynamicIdList_codec);
if (CNAJOIGNMLJ != 0) {
output.WriteRawTag(120);
output.WriteUInt32(CNAJOIGNMLJ);
}
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 (FLBNEKGIDBO != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FLBNEKGIDBO);
}
areaList_.WriteTo(ref output, _repeated_areaList_codec);
if (OBOKGLCMKKE != 0) {
output.WriteRawTag(32);
output.WriteUInt32(OBOKGLCMKKE);
}
if (CurFund != 0) {
output.WriteRawTag(40);
output.WriteUInt32(CurFund);
}
cIGACGHPDGK_.WriteTo(ref output, _repeated_cIGACGHPDGK_codec);
if (PPFFKFGOLLJ != 0) {
output.WriteRawTag(64);
output.WriteUInt32(PPFFKFGOLLJ);
}
if (EEBNAAPBKCN != 0) {
output.WriteRawTag(80);
output.WriteUInt32(EEBNAAPBKCN);
}
eOHBBEAKODF_.WriteTo(ref output, _repeated_eOHBBEAKODF_codec);
dynamicIdList_.WriteTo(ref output, _repeated_dynamicIdList_codec);
if (CNAJOIGNMLJ != 0) {
output.WriteRawTag(120);
output.WriteUInt32(CNAJOIGNMLJ);
}
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 (CurFund != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurFund);
}
if (OBOKGLCMKKE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OBOKGLCMKKE);
}
size += cIGACGHPDGK_.CalculateSize(_repeated_cIGACGHPDGK_codec);
size += eOHBBEAKODF_.CalculateSize(_repeated_eOHBBEAKODF_codec);
if (EEBNAAPBKCN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EEBNAAPBKCN);
}
if (CNAJOIGNMLJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CNAJOIGNMLJ);
}
size += areaList_.CalculateSize(_repeated_areaList_codec);
if (PPFFKFGOLLJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPFFKFGOLLJ);
}
if (FLBNEKGIDBO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FLBNEKGIDBO);
}
size += dynamicIdList_.CalculateSize(_repeated_dynamicIdList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(TrainPartyInfo other) {
if (other == null) {
return;
}
if (other.CurFund != 0) {
CurFund = other.CurFund;
}
if (other.OBOKGLCMKKE != 0) {
OBOKGLCMKKE = other.OBOKGLCMKKE;
}
cIGACGHPDGK_.Add(other.cIGACGHPDGK_);
eOHBBEAKODF_.Add(other.eOHBBEAKODF_);
if (other.EEBNAAPBKCN != 0) {
EEBNAAPBKCN = other.EEBNAAPBKCN;
}
if (other.CNAJOIGNMLJ != 0) {
CNAJOIGNMLJ = other.CNAJOIGNMLJ;
}
areaList_.Add(other.areaList_);
if (other.PPFFKFGOLLJ != 0) {
PPFFKFGOLLJ = other.PPFFKFGOLLJ;
}
if (other.FLBNEKGIDBO != 0) {
FLBNEKGIDBO = other.FLBNEKGIDBO;
}
dynamicIdList_.Add(other.dynamicIdList_);
_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: {
FLBNEKGIDBO = input.ReadUInt32();
break;
}
case 26: {
areaList_.AddEntriesFrom(input, _repeated_areaList_codec);
break;
}
case 32: {
OBOKGLCMKKE = input.ReadUInt32();
break;
}
case 40: {
CurFund = input.ReadUInt32();
break;
}
case 58:
case 56: {
cIGACGHPDGK_.AddEntriesFrom(input, _repeated_cIGACGHPDGK_codec);
break;
}
case 64: {
PPFFKFGOLLJ = input.ReadUInt32();
break;
}
case 80: {
EEBNAAPBKCN = input.ReadUInt32();
break;
}
case 98: {
eOHBBEAKODF_.AddEntriesFrom(input, _repeated_eOHBBEAKODF_codec);
break;
}
case 106:
case 104: {
dynamicIdList_.AddEntriesFrom(input, _repeated_dynamicIdList_codec);
break;
}
case 120: {
CNAJOIGNMLJ = 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: {
FLBNEKGIDBO = input.ReadUInt32();
break;
}
case 26: {
areaList_.AddEntriesFrom(ref input, _repeated_areaList_codec);
break;
}
case 32: {
OBOKGLCMKKE = input.ReadUInt32();
break;
}
case 40: {
CurFund = input.ReadUInt32();
break;
}
case 58:
case 56: {
cIGACGHPDGK_.AddEntriesFrom(ref input, _repeated_cIGACGHPDGK_codec);
break;
}
case 64: {
PPFFKFGOLLJ = input.ReadUInt32();
break;
}
case 80: {
EEBNAAPBKCN = input.ReadUInt32();
break;
}
case 98: {
eOHBBEAKODF_.AddEntriesFrom(ref input, _repeated_eOHBBEAKODF_codec);
break;
}
case 106:
case 104: {
dynamicIdList_.AddEntriesFrom(ref input, _repeated_dynamicIdList_codec);
break;
}
case 120: {
CNAJOIGNMLJ = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code