Files
DanhengServer-OpenSource/Proto/FightGameInfo.cs
2025-05-30 23:17:37 +08:00

535 lines
23 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FightGameInfo.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 FightGameInfo.proto</summary>
public static partial class FightGameInfoReflection {
#region Descriptor
/// <summary>File descriptor for FightGameInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FightGameInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNGaWdodEdhbWVJbmZvLnByb3RvGhFNQU9HRkRLRENLTS5wcm90bxoaTWFy",
"YmxlR2FtZUZpbmlzaEluZm8ucHJvdG8aGE1hcmJsZUdhbWVTeW5jSW5mby5w",
"cm90bxoUTWFyYmxlR2FtZUluZm8ucHJvdG8aGUZpZ2h0TWFyYmxlU2VhbElu",
"Zm8ucHJvdG8iswIKDUZpZ2h0R2FtZUluZm8SGQoRZ2FtZV9tZXNzYWdlX3R5",
"cGUYAiABKA0SLAoQbWFyYmxlX2dhbWVfaW5mbxiHBiABKAsyDy5NYXJibGVH",
"YW1lSW5mb0gAEjUKFW1hcmJsZV9nYW1lX3N5bmNfaW5mbxiQASABKAsyEy5N",
"YXJibGVHYW1lU3luY0luZm9IABIzChFyb2d1ZV9maW5pc2hfaW5mbxizAiAB",
"KAsyFS5NYXJibGVHYW1lRmluaXNoSW5mb0gAEiQKC01FSkRNSklLSU1PGIYH",
"IAEoCzIMLk1BT0dGREtEQ0tNSAASNwoWZmlnaHRfbWFyYmxlX3NlYWxfaW5m",
"bxiNBSABKAsyFC5GaWdodE1hcmJsZVNlYWxJbmZvSABCDgoMR2FtZUluZm9D",
"YXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MAOGFDKDCKMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MarbleGameFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MarbleGameSyncInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MarbleGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FightMarbleSealInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightGameInfo), global::EggLink.DanhengServer.Proto.FightGameInfo.Parser, new[]{ "GameMessageType", "MarbleGameInfo", "MarbleGameSyncInfo", "RogueFinishInfo", "MEJDMJIKIMO", "FightMarbleSealInfo" }, new[]{ "GameInfoCase" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FightGameInfo : pb::IMessage<FightGameInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FightGameInfo> _parser = new pb::MessageParser<FightGameInfo>(() => new FightGameInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FightGameInfo> 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.FightGameInfoReflection.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 FightGameInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightGameInfo(FightGameInfo other) : this() {
gameMessageType_ = other.gameMessageType_;
switch (other.GameInfoCaseCase) {
case GameInfoCaseOneofCase.MarbleGameInfo:
MarbleGameInfo = other.MarbleGameInfo.Clone();
break;
case GameInfoCaseOneofCase.MarbleGameSyncInfo:
MarbleGameSyncInfo = other.MarbleGameSyncInfo.Clone();
break;
case GameInfoCaseOneofCase.RogueFinishInfo:
RogueFinishInfo = other.RogueFinishInfo.Clone();
break;
case GameInfoCaseOneofCase.MEJDMJIKIMO:
MEJDMJIKIMO = other.MEJDMJIKIMO.Clone();
break;
case GameInfoCaseOneofCase.FightMarbleSealInfo:
FightMarbleSealInfo = other.FightMarbleSealInfo.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightGameInfo Clone() {
return new FightGameInfo(this);
}
/// <summary>Field number for the "game_message_type" field.</summary>
public const int GameMessageTypeFieldNumber = 2;
private uint gameMessageType_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GameMessageType {
get { return gameMessageType_; }
set {
gameMessageType_ = value;
}
}
/// <summary>Field number for the "marble_game_info" field.</summary>
public const int MarbleGameInfoFieldNumber = 775;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MarbleGameInfo MarbleGameInfo {
get { return gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameInfo ? (global::EggLink.DanhengServer.Proto.MarbleGameInfo) gameInfoCase_ : null; }
set {
gameInfoCase_ = value;
gameInfoCaseCase_ = value == null ? GameInfoCaseOneofCase.None : GameInfoCaseOneofCase.MarbleGameInfo;
}
}
/// <summary>Field number for the "marble_game_sync_info" field.</summary>
public const int MarbleGameSyncInfoFieldNumber = 144;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MarbleGameSyncInfo MarbleGameSyncInfo {
get { return gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameSyncInfo ? (global::EggLink.DanhengServer.Proto.MarbleGameSyncInfo) gameInfoCase_ : null; }
set {
gameInfoCase_ = value;
gameInfoCaseCase_ = value == null ? GameInfoCaseOneofCase.None : GameInfoCaseOneofCase.MarbleGameSyncInfo;
}
}
/// <summary>Field number for the "rogue_finish_info" field.</summary>
public const int RogueFinishInfoFieldNumber = 307;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo RogueFinishInfo {
get { return gameInfoCaseCase_ == GameInfoCaseOneofCase.RogueFinishInfo ? (global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo) gameInfoCase_ : null; }
set {
gameInfoCase_ = value;
gameInfoCaseCase_ = value == null ? GameInfoCaseOneofCase.None : GameInfoCaseOneofCase.RogueFinishInfo;
}
}
/// <summary>Field number for the "MEJDMJIKIMO" field.</summary>
public const int MEJDMJIKIMOFieldNumber = 902;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MAOGFDKDCKM MEJDMJIKIMO {
get { return gameInfoCaseCase_ == GameInfoCaseOneofCase.MEJDMJIKIMO ? (global::EggLink.DanhengServer.Proto.MAOGFDKDCKM) gameInfoCase_ : null; }
set {
gameInfoCase_ = value;
gameInfoCaseCase_ = value == null ? GameInfoCaseOneofCase.None : GameInfoCaseOneofCase.MEJDMJIKIMO;
}
}
/// <summary>Field number for the "fight_marble_seal_info" field.</summary>
public const int FightMarbleSealInfoFieldNumber = 653;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FightMarbleSealInfo FightMarbleSealInfo {
get { return gameInfoCaseCase_ == GameInfoCaseOneofCase.FightMarbleSealInfo ? (global::EggLink.DanhengServer.Proto.FightMarbleSealInfo) gameInfoCase_ : null; }
set {
gameInfoCase_ = value;
gameInfoCaseCase_ = value == null ? GameInfoCaseOneofCase.None : GameInfoCaseOneofCase.FightMarbleSealInfo;
}
}
private object gameInfoCase_;
/// <summary>Enum of possible cases for the "GameInfoCase" oneof.</summary>
public enum GameInfoCaseOneofCase {
None = 0,
MarbleGameInfo = 775,
MarbleGameSyncInfo = 144,
RogueFinishInfo = 307,
MEJDMJIKIMO = 902,
FightMarbleSealInfo = 653,
}
private GameInfoCaseOneofCase gameInfoCaseCase_ = GameInfoCaseOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GameInfoCaseOneofCase GameInfoCaseCase {
get { return gameInfoCaseCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearGameInfoCase() {
gameInfoCaseCase_ = GameInfoCaseOneofCase.None;
gameInfoCase_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FightGameInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FightGameInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (GameMessageType != other.GameMessageType) return false;
if (!object.Equals(MarbleGameInfo, other.MarbleGameInfo)) return false;
if (!object.Equals(MarbleGameSyncInfo, other.MarbleGameSyncInfo)) return false;
if (!object.Equals(RogueFinishInfo, other.RogueFinishInfo)) return false;
if (!object.Equals(MEJDMJIKIMO, other.MEJDMJIKIMO)) return false;
if (!object.Equals(FightMarbleSealInfo, other.FightMarbleSealInfo)) return false;
if (GameInfoCaseCase != other.GameInfoCaseCase) 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 (GameMessageType != 0) hash ^= GameMessageType.GetHashCode();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameInfo) hash ^= MarbleGameInfo.GetHashCode();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameSyncInfo) hash ^= MarbleGameSyncInfo.GetHashCode();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.RogueFinishInfo) hash ^= RogueFinishInfo.GetHashCode();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MEJDMJIKIMO) hash ^= MEJDMJIKIMO.GetHashCode();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.FightMarbleSealInfo) hash ^= FightMarbleSealInfo.GetHashCode();
hash ^= (int) gameInfoCaseCase_;
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 (GameMessageType != 0) {
output.WriteRawTag(16);
output.WriteUInt32(GameMessageType);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameSyncInfo) {
output.WriteRawTag(130, 9);
output.WriteMessage(MarbleGameSyncInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.RogueFinishInfo) {
output.WriteRawTag(154, 19);
output.WriteMessage(RogueFinishInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.FightMarbleSealInfo) {
output.WriteRawTag(234, 40);
output.WriteMessage(FightMarbleSealInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameInfo) {
output.WriteRawTag(186, 48);
output.WriteMessage(MarbleGameInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MEJDMJIKIMO) {
output.WriteRawTag(178, 56);
output.WriteMessage(MEJDMJIKIMO);
}
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 (GameMessageType != 0) {
output.WriteRawTag(16);
output.WriteUInt32(GameMessageType);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameSyncInfo) {
output.WriteRawTag(130, 9);
output.WriteMessage(MarbleGameSyncInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.RogueFinishInfo) {
output.WriteRawTag(154, 19);
output.WriteMessage(RogueFinishInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.FightMarbleSealInfo) {
output.WriteRawTag(234, 40);
output.WriteMessage(FightMarbleSealInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameInfo) {
output.WriteRawTag(186, 48);
output.WriteMessage(MarbleGameInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MEJDMJIKIMO) {
output.WriteRawTag(178, 56);
output.WriteMessage(MEJDMJIKIMO);
}
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 (GameMessageType != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameMessageType);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(MarbleGameInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameSyncInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(MarbleGameSyncInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.RogueFinishInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueFinishInfo);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MEJDMJIKIMO) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(MEJDMJIKIMO);
}
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.FightMarbleSealInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(FightMarbleSealInfo);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FightGameInfo other) {
if (other == null) {
return;
}
if (other.GameMessageType != 0) {
GameMessageType = other.GameMessageType;
}
switch (other.GameInfoCaseCase) {
case GameInfoCaseOneofCase.MarbleGameInfo:
if (MarbleGameInfo == null) {
MarbleGameInfo = new global::EggLink.DanhengServer.Proto.MarbleGameInfo();
}
MarbleGameInfo.MergeFrom(other.MarbleGameInfo);
break;
case GameInfoCaseOneofCase.MarbleGameSyncInfo:
if (MarbleGameSyncInfo == null) {
MarbleGameSyncInfo = new global::EggLink.DanhengServer.Proto.MarbleGameSyncInfo();
}
MarbleGameSyncInfo.MergeFrom(other.MarbleGameSyncInfo);
break;
case GameInfoCaseOneofCase.RogueFinishInfo:
if (RogueFinishInfo == null) {
RogueFinishInfo = new global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo();
}
RogueFinishInfo.MergeFrom(other.RogueFinishInfo);
break;
case GameInfoCaseOneofCase.MEJDMJIKIMO:
if (MEJDMJIKIMO == null) {
MEJDMJIKIMO = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM();
}
MEJDMJIKIMO.MergeFrom(other.MEJDMJIKIMO);
break;
case GameInfoCaseOneofCase.FightMarbleSealInfo:
if (FightMarbleSealInfo == null) {
FightMarbleSealInfo = new global::EggLink.DanhengServer.Proto.FightMarbleSealInfo();
}
FightMarbleSealInfo.MergeFrom(other.FightMarbleSealInfo);
break;
}
_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: {
GameMessageType = input.ReadUInt32();
break;
}
case 1154: {
global::EggLink.DanhengServer.Proto.MarbleGameSyncInfo subBuilder = new global::EggLink.DanhengServer.Proto.MarbleGameSyncInfo();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameSyncInfo) {
subBuilder.MergeFrom(MarbleGameSyncInfo);
}
input.ReadMessage(subBuilder);
MarbleGameSyncInfo = subBuilder;
break;
}
case 2458: {
global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo subBuilder = new global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.RogueFinishInfo) {
subBuilder.MergeFrom(RogueFinishInfo);
}
input.ReadMessage(subBuilder);
RogueFinishInfo = subBuilder;
break;
}
case 5226: {
global::EggLink.DanhengServer.Proto.FightMarbleSealInfo subBuilder = new global::EggLink.DanhengServer.Proto.FightMarbleSealInfo();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.FightMarbleSealInfo) {
subBuilder.MergeFrom(FightMarbleSealInfo);
}
input.ReadMessage(subBuilder);
FightMarbleSealInfo = subBuilder;
break;
}
case 6202: {
global::EggLink.DanhengServer.Proto.MarbleGameInfo subBuilder = new global::EggLink.DanhengServer.Proto.MarbleGameInfo();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameInfo) {
subBuilder.MergeFrom(MarbleGameInfo);
}
input.ReadMessage(subBuilder);
MarbleGameInfo = subBuilder;
break;
}
case 7218: {
global::EggLink.DanhengServer.Proto.MAOGFDKDCKM subBuilder = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MEJDMJIKIMO) {
subBuilder.MergeFrom(MEJDMJIKIMO);
}
input.ReadMessage(subBuilder);
MEJDMJIKIMO = subBuilder;
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: {
GameMessageType = input.ReadUInt32();
break;
}
case 1154: {
global::EggLink.DanhengServer.Proto.MarbleGameSyncInfo subBuilder = new global::EggLink.DanhengServer.Proto.MarbleGameSyncInfo();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameSyncInfo) {
subBuilder.MergeFrom(MarbleGameSyncInfo);
}
input.ReadMessage(subBuilder);
MarbleGameSyncInfo = subBuilder;
break;
}
case 2458: {
global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo subBuilder = new global::EggLink.DanhengServer.Proto.MarbleGameFinishInfo();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.RogueFinishInfo) {
subBuilder.MergeFrom(RogueFinishInfo);
}
input.ReadMessage(subBuilder);
RogueFinishInfo = subBuilder;
break;
}
case 5226: {
global::EggLink.DanhengServer.Proto.FightMarbleSealInfo subBuilder = new global::EggLink.DanhengServer.Proto.FightMarbleSealInfo();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.FightMarbleSealInfo) {
subBuilder.MergeFrom(FightMarbleSealInfo);
}
input.ReadMessage(subBuilder);
FightMarbleSealInfo = subBuilder;
break;
}
case 6202: {
global::EggLink.DanhengServer.Proto.MarbleGameInfo subBuilder = new global::EggLink.DanhengServer.Proto.MarbleGameInfo();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MarbleGameInfo) {
subBuilder.MergeFrom(MarbleGameInfo);
}
input.ReadMessage(subBuilder);
MarbleGameInfo = subBuilder;
break;
}
case 7218: {
global::EggLink.DanhengServer.Proto.MAOGFDKDCKM subBuilder = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM();
if (gameInfoCaseCase_ == GameInfoCaseOneofCase.MEJDMJIKIMO) {
subBuilder.MergeFrom(MEJDMJIKIMO);
}
input.ReadMessage(subBuilder);
MEJDMJIKIMO = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code