Files
DanhengServer-OpenSource/Proto/MarbleGameFinishInfo.cs
2025-11-22 20:40:26 +08:00

451 lines
17 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MarbleGameFinishInfo.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 MarbleGameFinishInfo.proto</summary>
public static partial class MarbleGameFinishInfoReflection {
#region Descriptor
/// <summary>File descriptor for MarbleGameFinishInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MarbleGameFinishInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpNYXJibGVHYW1lRmluaXNoSW5mby5wcm90bxoRRUVJQkhKUE5KQ0YucHJv",
"dG8aGk1hcmJsZVNlYWxGaW5pc2hJbmZvLnByb3RvItsBChRNYXJibGVHYW1l",
"RmluaXNoSW5mbxITCgtDTEJOSFBFQUJGSxgKIAEoBRIWCg5zZWFsX293bmVy",
"X3VpZBgOIAEoDRI0ChVzZWFsX2ZpbmlzaF9pbmZvX2xpc3QYByADKAsyFS5N",
"YXJibGVTZWFsRmluaXNoSW5mbxIYChBwbGF5ZXJfY3VyX3Njb3JlGAUgASgN",
"EiEKC0tKUE1PSEZJSUxPGAEgASgOMgwuRUVJQkhKUE5KQ0YSEwoLREpFRUVB",
"Qk1EREsYDCABKAgSDgoGaXNfd2luGAIgASgIQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EEIBHJPNJCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.MarbleSealFinishInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo), global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo.Parser, new[]{ "CLBNHPEABFK", "SealOwnerUid", "SealFinishInfoList", "PlayerCurScore", "KJPMOHFIILO", "DJEEEABMDDK", "IsWin" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MarbleGameFinishInfo : pb::IMessage<MarbleGameFinishInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MarbleGameFinishInfo> _parser = new pb::MessageParser<MarbleGameFinishInfo>(() => new MarbleGameFinishInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MarbleGameFinishInfo> 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.MarbleGameFinishInfoReflection.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 MarbleGameFinishInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MarbleGameFinishInfo(MarbleGameFinishInfo other) : this() {
cLBNHPEABFK_ = other.cLBNHPEABFK_;
sealOwnerUid_ = other.sealOwnerUid_;
sealFinishInfoList_ = other.sealFinishInfoList_.Clone();
playerCurScore_ = other.playerCurScore_;
kJPMOHFIILO_ = other.kJPMOHFIILO_;
dJEEEABMDDK_ = other.dJEEEABMDDK_;
isWin_ = other.isWin_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MarbleGameFinishInfo Clone() {
return new MarbleGameFinishInfo(this);
}
/// <summary>Field number for the "CLBNHPEABFK" field.</summary>
public const int CLBNHPEABFKFieldNumber = 10;
private int cLBNHPEABFK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CLBNHPEABFK {
get { return cLBNHPEABFK_; }
set {
cLBNHPEABFK_ = value;
}
}
/// <summary>Field number for the "seal_owner_uid" field.</summary>
public const int SealOwnerUidFieldNumber = 14;
private uint sealOwnerUid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SealOwnerUid {
get { return sealOwnerUid_; }
set {
sealOwnerUid_ = value;
}
}
/// <summary>Field number for the "seal_finish_info_list" field.</summary>
public const int SealFinishInfoListFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MarbleSealFinishInfo> _repeated_sealFinishInfoList_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.MarbleSealFinishInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarbleSealFinishInfo> sealFinishInfoList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarbleSealFinishInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MarbleSealFinishInfo> SealFinishInfoList {
get { return sealFinishInfoList_; }
}
/// <summary>Field number for the "player_cur_score" field.</summary>
public const int PlayerCurScoreFieldNumber = 5;
private uint playerCurScore_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PlayerCurScore {
get { return playerCurScore_; }
set {
playerCurScore_ = value;
}
}
/// <summary>Field number for the "KJPMOHFIILO" field.</summary>
public const int KJPMOHFIILOFieldNumber = 1;
private global::EggLink.DanhengServer.Proto.EEIBHJPNJCF kJPMOHFIILO_ = global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.EEIBHJPNJCF KJPMOHFIILO {
get { return kJPMOHFIILO_; }
set {
kJPMOHFIILO_ = value;
}
}
/// <summary>Field number for the "DJEEEABMDDK" field.</summary>
public const int DJEEEABMDDKFieldNumber = 12;
private bool dJEEEABMDDK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DJEEEABMDDK {
get { return dJEEEABMDDK_; }
set {
dJEEEABMDDK_ = value;
}
}
/// <summary>Field number for the "is_win" field.</summary>
public const int IsWinFieldNumber = 2;
private bool isWin_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsWin {
get { return isWin_; }
set {
isWin_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MarbleGameFinishInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MarbleGameFinishInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (CLBNHPEABFK != other.CLBNHPEABFK) return false;
if (SealOwnerUid != other.SealOwnerUid) return false;
if(!sealFinishInfoList_.Equals(other.sealFinishInfoList_)) return false;
if (PlayerCurScore != other.PlayerCurScore) return false;
if (KJPMOHFIILO != other.KJPMOHFIILO) return false;
if (DJEEEABMDDK != other.DJEEEABMDDK) return false;
if (IsWin != other.IsWin) 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 (CLBNHPEABFK != 0) hash ^= CLBNHPEABFK.GetHashCode();
if (SealOwnerUid != 0) hash ^= SealOwnerUid.GetHashCode();
hash ^= sealFinishInfoList_.GetHashCode();
if (PlayerCurScore != 0) hash ^= PlayerCurScore.GetHashCode();
if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) hash ^= KJPMOHFIILO.GetHashCode();
if (DJEEEABMDDK != false) hash ^= DJEEEABMDDK.GetHashCode();
if (IsWin != false) hash ^= IsWin.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 (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) {
output.WriteRawTag(8);
output.WriteEnum((int) KJPMOHFIILO);
}
if (IsWin != false) {
output.WriteRawTag(16);
output.WriteBool(IsWin);
}
if (PlayerCurScore != 0) {
output.WriteRawTag(40);
output.WriteUInt32(PlayerCurScore);
}
sealFinishInfoList_.WriteTo(output, _repeated_sealFinishInfoList_codec);
if (CLBNHPEABFK != 0) {
output.WriteRawTag(80);
output.WriteInt32(CLBNHPEABFK);
}
if (DJEEEABMDDK != false) {
output.WriteRawTag(96);
output.WriteBool(DJEEEABMDDK);
}
if (SealOwnerUid != 0) {
output.WriteRawTag(112);
output.WriteUInt32(SealOwnerUid);
}
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 (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) {
output.WriteRawTag(8);
output.WriteEnum((int) KJPMOHFIILO);
}
if (IsWin != false) {
output.WriteRawTag(16);
output.WriteBool(IsWin);
}
if (PlayerCurScore != 0) {
output.WriteRawTag(40);
output.WriteUInt32(PlayerCurScore);
}
sealFinishInfoList_.WriteTo(ref output, _repeated_sealFinishInfoList_codec);
if (CLBNHPEABFK != 0) {
output.WriteRawTag(80);
output.WriteInt32(CLBNHPEABFK);
}
if (DJEEEABMDDK != false) {
output.WriteRawTag(96);
output.WriteBool(DJEEEABMDDK);
}
if (SealOwnerUid != 0) {
output.WriteRawTag(112);
output.WriteUInt32(SealOwnerUid);
}
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 (CLBNHPEABFK != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(CLBNHPEABFK);
}
if (SealOwnerUid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SealOwnerUid);
}
size += sealFinishInfoList_.CalculateSize(_repeated_sealFinishInfoList_codec);
if (PlayerCurScore != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PlayerCurScore);
}
if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) KJPMOHFIILO);
}
if (DJEEEABMDDK != false) {
size += 1 + 1;
}
if (IsWin != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MarbleGameFinishInfo other) {
if (other == null) {
return;
}
if (other.CLBNHPEABFK != 0) {
CLBNHPEABFK = other.CLBNHPEABFK;
}
if (other.SealOwnerUid != 0) {
SealOwnerUid = other.SealOwnerUid;
}
sealFinishInfoList_.Add(other.sealFinishInfoList_);
if (other.PlayerCurScore != 0) {
PlayerCurScore = other.PlayerCurScore;
}
if (other.KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) {
KJPMOHFIILO = other.KJPMOHFIILO;
}
if (other.DJEEEABMDDK != false) {
DJEEEABMDDK = other.DJEEEABMDDK;
}
if (other.IsWin != false) {
IsWin = other.IsWin;
}
_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: {
KJPMOHFIILO = (global::EggLink.DanhengServer.Proto.EEIBHJPNJCF) input.ReadEnum();
break;
}
case 16: {
IsWin = input.ReadBool();
break;
}
case 40: {
PlayerCurScore = input.ReadUInt32();
break;
}
case 58: {
sealFinishInfoList_.AddEntriesFrom(input, _repeated_sealFinishInfoList_codec);
break;
}
case 80: {
CLBNHPEABFK = input.ReadInt32();
break;
}
case 96: {
DJEEEABMDDK = input.ReadBool();
break;
}
case 112: {
SealOwnerUid = 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: {
KJPMOHFIILO = (global::EggLink.DanhengServer.Proto.EEIBHJPNJCF) input.ReadEnum();
break;
}
case 16: {
IsWin = input.ReadBool();
break;
}
case 40: {
PlayerCurScore = input.ReadUInt32();
break;
}
case 58: {
sealFinishInfoList_.AddEntriesFrom(ref input, _repeated_sealFinishInfoList_codec);
break;
}
case 80: {
CLBNHPEABFK = input.ReadInt32();
break;
}
case 96: {
DJEEEABMDDK = input.ReadBool();
break;
}
case 112: {
SealOwnerUid = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code