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

349 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TrainPartyGamePlaySettleNotify.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 TrainPartyGamePlaySettleNotify.proto</summary>
public static partial class TrainPartyGamePlaySettleNotifyReflection {
#region Descriptor
/// <summary>File descriptor for TrainPartyGamePlaySettleNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static TrainPartyGamePlaySettleNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiRUcmFpblBhcnR5R2FtZVBsYXlTZXR0bGVOb3RpZnkucHJvdG8aHVRyYWlu",
"UGFydHlQYXNzZW5nZXJJbmZvLnByb3RvIowBCh5UcmFpblBhcnR5R2FtZVBs",
"YXlTZXR0bGVOb3RpZnkSEwoLQUlBTk9GS05MSEcYCiABKA0SEwoLT0xCQUdL",
"TUZEQUoYBCADKA0SEQoJcmVjb3JkX2lkGAwgASgNEi0KC0hBTkZQSEdFTUdG",
"GAUgASgLMhguVHJhaW5QYXJ0eVBhc3NlbmdlckluZm9CHqoCG0VnZ0xpbmsu",
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyGamePlaySettleNotify), global::EggLink.DanhengServer.Proto.TrainPartyGamePlaySettleNotify.Parser, new[]{ "AIANOFKNLHG", "OLBAGKMFDAJ", "RecordId", "HANFPHGEMGF" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class TrainPartyGamePlaySettleNotify : pb::IMessage<TrainPartyGamePlaySettleNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<TrainPartyGamePlaySettleNotify> _parser = new pb::MessageParser<TrainPartyGamePlaySettleNotify>(() => new TrainPartyGamePlaySettleNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<TrainPartyGamePlaySettleNotify> 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.TrainPartyGamePlaySettleNotifyReflection.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 TrainPartyGamePlaySettleNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TrainPartyGamePlaySettleNotify(TrainPartyGamePlaySettleNotify other) : this() {
aIANOFKNLHG_ = other.aIANOFKNLHG_;
oLBAGKMFDAJ_ = other.oLBAGKMFDAJ_.Clone();
recordId_ = other.recordId_;
hANFPHGEMGF_ = other.hANFPHGEMGF_ != null ? other.hANFPHGEMGF_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TrainPartyGamePlaySettleNotify Clone() {
return new TrainPartyGamePlaySettleNotify(this);
}
/// <summary>Field number for the "AIANOFKNLHG" field.</summary>
public const int AIANOFKNLHGFieldNumber = 10;
private uint aIANOFKNLHG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AIANOFKNLHG {
get { return aIANOFKNLHG_; }
set {
aIANOFKNLHG_ = value;
}
}
/// <summary>Field number for the "OLBAGKMFDAJ" field.</summary>
public const int OLBAGKMFDAJFieldNumber = 4;
private static readonly pb::FieldCodec<uint> _repeated_oLBAGKMFDAJ_codec
= pb::FieldCodec.ForUInt32(34);
private readonly pbc::RepeatedField<uint> oLBAGKMFDAJ_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> OLBAGKMFDAJ {
get { return oLBAGKMFDAJ_; }
}
/// <summary>Field number for the "record_id" field.</summary>
public const int RecordIdFieldNumber = 12;
private uint recordId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RecordId {
get { return recordId_; }
set {
recordId_ = value;
}
}
/// <summary>Field number for the "HANFPHGEMGF" field.</summary>
public const int HANFPHGEMGFFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo hANFPHGEMGF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo HANFPHGEMGF {
get { return hANFPHGEMGF_; }
set {
hANFPHGEMGF_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as TrainPartyGamePlaySettleNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(TrainPartyGamePlaySettleNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (AIANOFKNLHG != other.AIANOFKNLHG) return false;
if(!oLBAGKMFDAJ_.Equals(other.oLBAGKMFDAJ_)) return false;
if (RecordId != other.RecordId) return false;
if (!object.Equals(HANFPHGEMGF, other.HANFPHGEMGF)) 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 (AIANOFKNLHG != 0) hash ^= AIANOFKNLHG.GetHashCode();
hash ^= oLBAGKMFDAJ_.GetHashCode();
if (RecordId != 0) hash ^= RecordId.GetHashCode();
if (hANFPHGEMGF_ != null) hash ^= HANFPHGEMGF.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
oLBAGKMFDAJ_.WriteTo(output, _repeated_oLBAGKMFDAJ_codec);
if (hANFPHGEMGF_ != null) {
output.WriteRawTag(42);
output.WriteMessage(HANFPHGEMGF);
}
if (AIANOFKNLHG != 0) {
output.WriteRawTag(80);
output.WriteUInt32(AIANOFKNLHG);
}
if (RecordId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(RecordId);
}
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) {
oLBAGKMFDAJ_.WriteTo(ref output, _repeated_oLBAGKMFDAJ_codec);
if (hANFPHGEMGF_ != null) {
output.WriteRawTag(42);
output.WriteMessage(HANFPHGEMGF);
}
if (AIANOFKNLHG != 0) {
output.WriteRawTag(80);
output.WriteUInt32(AIANOFKNLHG);
}
if (RecordId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(RecordId);
}
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 (AIANOFKNLHG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AIANOFKNLHG);
}
size += oLBAGKMFDAJ_.CalculateSize(_repeated_oLBAGKMFDAJ_codec);
if (RecordId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RecordId);
}
if (hANFPHGEMGF_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HANFPHGEMGF);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(TrainPartyGamePlaySettleNotify other) {
if (other == null) {
return;
}
if (other.AIANOFKNLHG != 0) {
AIANOFKNLHG = other.AIANOFKNLHG;
}
oLBAGKMFDAJ_.Add(other.oLBAGKMFDAJ_);
if (other.RecordId != 0) {
RecordId = other.RecordId;
}
if (other.hANFPHGEMGF_ != null) {
if (hANFPHGEMGF_ == null) {
HANFPHGEMGF = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo();
}
HANFPHGEMGF.MergeFrom(other.HANFPHGEMGF);
}
_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 34:
case 32: {
oLBAGKMFDAJ_.AddEntriesFrom(input, _repeated_oLBAGKMFDAJ_codec);
break;
}
case 42: {
if (hANFPHGEMGF_ == null) {
HANFPHGEMGF = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo();
}
input.ReadMessage(HANFPHGEMGF);
break;
}
case 80: {
AIANOFKNLHG = input.ReadUInt32();
break;
}
case 96: {
RecordId = 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 34:
case 32: {
oLBAGKMFDAJ_.AddEntriesFrom(ref input, _repeated_oLBAGKMFDAJ_codec);
break;
}
case 42: {
if (hANFPHGEMGF_ == null) {
HANFPHGEMGF = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo();
}
input.ReadMessage(HANFPHGEMGF);
break;
}
case 80: {
AIANOFKNLHG = input.ReadUInt32();
break;
}
case 96: {
RecordId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code