mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
545 lines
19 KiB
C#
545 lines
19 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: EvolveBuildFinishScNotify.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 EvolveBuildFinishScNotify.proto</summary>
|
|
public static partial class EvolveBuildFinishScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for EvolveBuildFinishScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static EvolveBuildFinishScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch9Fdm9sdmVCdWlsZEZpbmlzaFNjTm90aWZ5LnByb3RvGhpFdm9sdmVCdWls",
|
|
"ZExldmVsSW5mby5wcm90bxoRR0FEUEdJTUxFQ0QucHJvdG8i5wEKGUV2b2x2",
|
|
"ZUJ1aWxkRmluaXNoU2NOb3RpZnkSDAoEd2F2ZRgJIAEoDRIPCgdpc19sb3Nl",
|
|
"GAMgASgIEhAKCHNjb3JlX2lkGAsgASgNEikKCmxldmVsX2luZm8YByABKAsy",
|
|
"FS5Fdm9sdmVCdWlsZExldmVsSW5mbxIQCghsZXZlbF9pZBgPIAEoDRIMCgRj",
|
|
"b2luGAggASgNEigKEmJhdHRsZV9yZXN1bHRfdHlwZRgKIAEoDjIMLkdBRFBH",
|
|
"SU1MRUNEEgsKA2V4cBgMIAEoDRIXCg9jdXJfcGVyaW9kX3R5cGUYBSABKA1C",
|
|
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GADPGIMLECDReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildFinishScNotify), global::EggLink.DanhengServer.Proto.EvolveBuildFinishScNotify.Parser, new[]{ "Wave", "IsLose", "ScoreId", "LevelInfo", "LevelId", "Coin", "BattleResultType", "Exp", "CurPeriodType" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class EvolveBuildFinishScNotify : pb::IMessage<EvolveBuildFinishScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<EvolveBuildFinishScNotify> _parser = new pb::MessageParser<EvolveBuildFinishScNotify>(() => new EvolveBuildFinishScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<EvolveBuildFinishScNotify> 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.EvolveBuildFinishScNotifyReflection.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 EvolveBuildFinishScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public EvolveBuildFinishScNotify(EvolveBuildFinishScNotify other) : this() {
|
|
wave_ = other.wave_;
|
|
isLose_ = other.isLose_;
|
|
scoreId_ = other.scoreId_;
|
|
levelInfo_ = other.levelInfo_ != null ? other.levelInfo_.Clone() : null;
|
|
levelId_ = other.levelId_;
|
|
coin_ = other.coin_;
|
|
battleResultType_ = other.battleResultType_;
|
|
exp_ = other.exp_;
|
|
curPeriodType_ = other.curPeriodType_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public EvolveBuildFinishScNotify Clone() {
|
|
return new EvolveBuildFinishScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "wave" field.</summary>
|
|
public const int WaveFieldNumber = 9;
|
|
private uint wave_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Wave {
|
|
get { return wave_; }
|
|
set {
|
|
wave_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_lose" field.</summary>
|
|
public const int IsLoseFieldNumber = 3;
|
|
private bool isLose_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsLose {
|
|
get { return isLose_; }
|
|
set {
|
|
isLose_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "score_id" field.</summary>
|
|
public const int ScoreIdFieldNumber = 11;
|
|
private uint scoreId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ScoreId {
|
|
get { return scoreId_; }
|
|
set {
|
|
scoreId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level_info" field.</summary>
|
|
public const int LevelInfoFieldNumber = 7;
|
|
private global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo levelInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo LevelInfo {
|
|
get { return levelInfo_; }
|
|
set {
|
|
levelInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level_id" field.</summary>
|
|
public const int LevelIdFieldNumber = 15;
|
|
private uint levelId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LevelId {
|
|
get { return levelId_; }
|
|
set {
|
|
levelId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "coin" field.</summary>
|
|
public const int CoinFieldNumber = 8;
|
|
private uint coin_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Coin {
|
|
get { return coin_; }
|
|
set {
|
|
coin_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "battle_result_type" field.</summary>
|
|
public const int BattleResultTypeFieldNumber = 10;
|
|
private global::EggLink.DanhengServer.Proto.GADPGIMLECD battleResultType_ = global::EggLink.DanhengServer.Proto.GADPGIMLECD.EvolveBattleResultNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.GADPGIMLECD BattleResultType {
|
|
get { return battleResultType_; }
|
|
set {
|
|
battleResultType_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "exp" field.</summary>
|
|
public const int ExpFieldNumber = 12;
|
|
private uint exp_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Exp {
|
|
get { return exp_; }
|
|
set {
|
|
exp_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "cur_period_type" field.</summary>
|
|
public const int CurPeriodTypeFieldNumber = 5;
|
|
private uint curPeriodType_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CurPeriodType {
|
|
get { return curPeriodType_; }
|
|
set {
|
|
curPeriodType_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as EvolveBuildFinishScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(EvolveBuildFinishScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Wave != other.Wave) return false;
|
|
if (IsLose != other.IsLose) return false;
|
|
if (ScoreId != other.ScoreId) return false;
|
|
if (!object.Equals(LevelInfo, other.LevelInfo)) return false;
|
|
if (LevelId != other.LevelId) return false;
|
|
if (Coin != other.Coin) return false;
|
|
if (BattleResultType != other.BattleResultType) return false;
|
|
if (Exp != other.Exp) return false;
|
|
if (CurPeriodType != other.CurPeriodType) 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 (Wave != 0) hash ^= Wave.GetHashCode();
|
|
if (IsLose != false) hash ^= IsLose.GetHashCode();
|
|
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
|
|
if (levelInfo_ != null) hash ^= LevelInfo.GetHashCode();
|
|
if (LevelId != 0) hash ^= LevelId.GetHashCode();
|
|
if (Coin != 0) hash ^= Coin.GetHashCode();
|
|
if (BattleResultType != global::EggLink.DanhengServer.Proto.GADPGIMLECD.EvolveBattleResultNone) hash ^= BattleResultType.GetHashCode();
|
|
if (Exp != 0) hash ^= Exp.GetHashCode();
|
|
if (CurPeriodType != 0) hash ^= CurPeriodType.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 (IsLose != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(IsLose);
|
|
}
|
|
if (CurPeriodType != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(CurPeriodType);
|
|
}
|
|
if (levelInfo_ != null) {
|
|
output.WriteRawTag(58);
|
|
output.WriteMessage(LevelInfo);
|
|
}
|
|
if (Coin != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Coin);
|
|
}
|
|
if (Wave != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Wave);
|
|
}
|
|
if (BattleResultType != global::EggLink.DanhengServer.Proto.GADPGIMLECD.EvolveBattleResultNone) {
|
|
output.WriteRawTag(80);
|
|
output.WriteEnum((int) BattleResultType);
|
|
}
|
|
if (ScoreId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(ScoreId);
|
|
}
|
|
if (Exp != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(Exp);
|
|
}
|
|
if (LevelId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(LevelId);
|
|
}
|
|
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 (IsLose != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(IsLose);
|
|
}
|
|
if (CurPeriodType != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(CurPeriodType);
|
|
}
|
|
if (levelInfo_ != null) {
|
|
output.WriteRawTag(58);
|
|
output.WriteMessage(LevelInfo);
|
|
}
|
|
if (Coin != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Coin);
|
|
}
|
|
if (Wave != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Wave);
|
|
}
|
|
if (BattleResultType != global::EggLink.DanhengServer.Proto.GADPGIMLECD.EvolveBattleResultNone) {
|
|
output.WriteRawTag(80);
|
|
output.WriteEnum((int) BattleResultType);
|
|
}
|
|
if (ScoreId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(ScoreId);
|
|
}
|
|
if (Exp != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(Exp);
|
|
}
|
|
if (LevelId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(LevelId);
|
|
}
|
|
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 (Wave != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Wave);
|
|
}
|
|
if (IsLose != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (ScoreId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
|
|
}
|
|
if (levelInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LevelInfo);
|
|
}
|
|
if (LevelId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
|
|
}
|
|
if (Coin != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Coin);
|
|
}
|
|
if (BattleResultType != global::EggLink.DanhengServer.Proto.GADPGIMLECD.EvolveBattleResultNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BattleResultType);
|
|
}
|
|
if (Exp != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
|
|
}
|
|
if (CurPeriodType != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPeriodType);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(EvolveBuildFinishScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Wave != 0) {
|
|
Wave = other.Wave;
|
|
}
|
|
if (other.IsLose != false) {
|
|
IsLose = other.IsLose;
|
|
}
|
|
if (other.ScoreId != 0) {
|
|
ScoreId = other.ScoreId;
|
|
}
|
|
if (other.levelInfo_ != null) {
|
|
if (levelInfo_ == null) {
|
|
LevelInfo = new global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo();
|
|
}
|
|
LevelInfo.MergeFrom(other.LevelInfo);
|
|
}
|
|
if (other.LevelId != 0) {
|
|
LevelId = other.LevelId;
|
|
}
|
|
if (other.Coin != 0) {
|
|
Coin = other.Coin;
|
|
}
|
|
if (other.BattleResultType != global::EggLink.DanhengServer.Proto.GADPGIMLECD.EvolveBattleResultNone) {
|
|
BattleResultType = other.BattleResultType;
|
|
}
|
|
if (other.Exp != 0) {
|
|
Exp = other.Exp;
|
|
}
|
|
if (other.CurPeriodType != 0) {
|
|
CurPeriodType = other.CurPeriodType;
|
|
}
|
|
_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 24: {
|
|
IsLose = input.ReadBool();
|
|
break;
|
|
}
|
|
case 40: {
|
|
CurPeriodType = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
if (levelInfo_ == null) {
|
|
LevelInfo = new global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo();
|
|
}
|
|
input.ReadMessage(LevelInfo);
|
|
break;
|
|
}
|
|
case 64: {
|
|
Coin = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Wave = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
BattleResultType = (global::EggLink.DanhengServer.Proto.GADPGIMLECD) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 88: {
|
|
ScoreId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
Exp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
LevelId = 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 24: {
|
|
IsLose = input.ReadBool();
|
|
break;
|
|
}
|
|
case 40: {
|
|
CurPeriodType = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
if (levelInfo_ == null) {
|
|
LevelInfo = new global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo();
|
|
}
|
|
input.ReadMessage(LevelInfo);
|
|
break;
|
|
}
|
|
case 64: {
|
|
Coin = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Wave = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
BattleResultType = (global::EggLink.DanhengServer.Proto.GADPGIMLECD) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 88: {
|
|
ScoreId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
Exp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
LevelId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|