mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
451 lines
17 KiB
C#
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",
|
|
"RmluaXNoSW5mbxIOCgZpc193aW4YASABKAgSNAoVc2VhbF9maW5pc2hfaW5m",
|
|
"b19saXN0GAQgAygLMhUuTWFyYmxlU2VhbEZpbmlzaEluZm8SGAoQcGxheWVy",
|
|
"X2N1cl9zY29yZRgLIAEoDRIhCgtLSlBNT0hGSUlMTxgIIAEoDjIMLkVFSUJI",
|
|
"SlBOSkNGEhMKC0RKRUVFQUJNRERLGAYgASgIEhMKC0NMQk5IUEVBQkZLGAMg",
|
|
"ASgFEhYKDnNlYWxfb3duZXJfdWlkGA0gASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
|
|
"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[]{ "IsWin", "SealFinishInfoList", "PlayerCurScore", "KJPMOHFIILO", "DJEEEABMDDK", "CLBNHPEABFK", "SealOwnerUid" }, 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() {
|
|
isWin_ = other.isWin_;
|
|
sealFinishInfoList_ = other.sealFinishInfoList_.Clone();
|
|
playerCurScore_ = other.playerCurScore_;
|
|
kJPMOHFIILO_ = other.kJPMOHFIILO_;
|
|
dJEEEABMDDK_ = other.dJEEEABMDDK_;
|
|
cLBNHPEABFK_ = other.cLBNHPEABFK_;
|
|
sealOwnerUid_ = other.sealOwnerUid_;
|
|
_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 "is_win" field.</summary>
|
|
public const int IsWinFieldNumber = 1;
|
|
private bool isWin_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsWin {
|
|
get { return isWin_; }
|
|
set {
|
|
isWin_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "seal_finish_info_list" field.</summary>
|
|
public const int SealFinishInfoListFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MarbleSealFinishInfo> _repeated_sealFinishInfoList_codec
|
|
= pb::FieldCodec.ForMessage(34, 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 = 11;
|
|
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 = 8;
|
|
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 = 6;
|
|
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 "CLBNHPEABFK" field.</summary>
|
|
public const int CLBNHPEABFKFieldNumber = 3;
|
|
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 = 13;
|
|
private uint sealOwnerUid_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint SealOwnerUid {
|
|
get { return sealOwnerUid_; }
|
|
set {
|
|
sealOwnerUid_ = 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 (IsWin != other.IsWin) 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 (CLBNHPEABFK != other.CLBNHPEABFK) return false;
|
|
if (SealOwnerUid != other.SealOwnerUid) 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 (IsWin != false) hash ^= IsWin.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 (CLBNHPEABFK != 0) hash ^= CLBNHPEABFK.GetHashCode();
|
|
if (SealOwnerUid != 0) hash ^= SealOwnerUid.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 (IsWin != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(IsWin);
|
|
}
|
|
if (CLBNHPEABFK != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt32(CLBNHPEABFK);
|
|
}
|
|
sealFinishInfoList_.WriteTo(output, _repeated_sealFinishInfoList_codec);
|
|
if (DJEEEABMDDK != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(DJEEEABMDDK);
|
|
}
|
|
if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) {
|
|
output.WriteRawTag(64);
|
|
output.WriteEnum((int) KJPMOHFIILO);
|
|
}
|
|
if (PlayerCurScore != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PlayerCurScore);
|
|
}
|
|
if (SealOwnerUid != 0) {
|
|
output.WriteRawTag(104);
|
|
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 (IsWin != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(IsWin);
|
|
}
|
|
if (CLBNHPEABFK != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt32(CLBNHPEABFK);
|
|
}
|
|
sealFinishInfoList_.WriteTo(ref output, _repeated_sealFinishInfoList_codec);
|
|
if (DJEEEABMDDK != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(DJEEEABMDDK);
|
|
}
|
|
if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) {
|
|
output.WriteRawTag(64);
|
|
output.WriteEnum((int) KJPMOHFIILO);
|
|
}
|
|
if (PlayerCurScore != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PlayerCurScore);
|
|
}
|
|
if (SealOwnerUid != 0) {
|
|
output.WriteRawTag(104);
|
|
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 (IsWin != false) {
|
|
size += 1 + 1;
|
|
}
|
|
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 (CLBNHPEABFK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(CLBNHPEABFK);
|
|
}
|
|
if (SealOwnerUid != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SealOwnerUid);
|
|
}
|
|
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.IsWin != false) {
|
|
IsWin = other.IsWin;
|
|
}
|
|
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.CLBNHPEABFK != 0) {
|
|
CLBNHPEABFK = other.CLBNHPEABFK;
|
|
}
|
|
if (other.SealOwnerUid != 0) {
|
|
SealOwnerUid = other.SealOwnerUid;
|
|
}
|
|
_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: {
|
|
IsWin = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
CLBNHPEABFK = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
sealFinishInfoList_.AddEntriesFrom(input, _repeated_sealFinishInfoList_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
DJEEEABMDDK = input.ReadBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
KJPMOHFIILO = (global::EggLink.DanhengServer.Proto.EEIBHJPNJCF) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PlayerCurScore = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
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: {
|
|
IsWin = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
CLBNHPEABFK = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
sealFinishInfoList_.AddEntriesFrom(ref input, _repeated_sealFinishInfoList_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
DJEEEABMDDK = input.ReadBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
KJPMOHFIILO = (global::EggLink.DanhengServer.Proto.EEIBHJPNJCF) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PlayerCurScore = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
SealOwnerUid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|