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: GridFightSettleNotify.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 GridFightSettleNotify.proto</summary>
|
|
public static partial class GridFightSettleNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GridFightSettleNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GridFightSettleNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChtHcmlkRmlnaHRTZXR0bGVOb3RpZnkucHJvdG8aGUdyaWRGaWdodEZpbmlz",
|
|
"aEluZm8ucHJvdG8i/wEKFUdyaWRGaWdodFNldHRsZU5vdGlmeRIUCgtJQUJK",
|
|
"Qk9DREFCQhjXDCABKA0SEwoLTEZFTU9IREtNQ0kYDiABKA0SGAoQZ3JpZF9m",
|
|
"aWdodF9sZXZlbBgCIAEoDRITCgtGREVMQUNCTkFHSRgFIAEoDRITCgtQQUdG",
|
|
"QURHSU1DRhgHIAEoDRIZChFncmlkX3dlZWtseV9zY29yZRgDIAEoDRIwChF0",
|
|
"b3Vybl9maW5pc2hfaW5mbxinByABKAsyFC5HcmlkRmlnaHRGaW5pc2hJbmZv",
|
|
"EhQKC01CRUlESEJNR0pFGOgFIAEoDRIUCgx0YWxlbnRfcG9pbnQYBiABKA1C",
|
|
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GridFightFinishInfoReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightSettleNotify), global::EggLink.DanhengServer.Proto.GridFightSettleNotify.Parser, new[]{ "IABJBOCDABB", "LFEMOHDKMCI", "GridFightLevel", "FDELACBNAGI", "PAGFADGIMCF", "GridWeeklyScore", "TournFinishInfo", "MBEIDHBMGJE", "TalentPoint" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GridFightSettleNotify : pb::IMessage<GridFightSettleNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GridFightSettleNotify> _parser = new pb::MessageParser<GridFightSettleNotify>(() => new GridFightSettleNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GridFightSettleNotify> 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.GridFightSettleNotifyReflection.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 GridFightSettleNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightSettleNotify(GridFightSettleNotify other) : this() {
|
|
iABJBOCDABB_ = other.iABJBOCDABB_;
|
|
lFEMOHDKMCI_ = other.lFEMOHDKMCI_;
|
|
gridFightLevel_ = other.gridFightLevel_;
|
|
fDELACBNAGI_ = other.fDELACBNAGI_;
|
|
pAGFADGIMCF_ = other.pAGFADGIMCF_;
|
|
gridWeeklyScore_ = other.gridWeeklyScore_;
|
|
tournFinishInfo_ = other.tournFinishInfo_ != null ? other.tournFinishInfo_.Clone() : null;
|
|
mBEIDHBMGJE_ = other.mBEIDHBMGJE_;
|
|
talentPoint_ = other.talentPoint_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightSettleNotify Clone() {
|
|
return new GridFightSettleNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "IABJBOCDABB" field.</summary>
|
|
public const int IABJBOCDABBFieldNumber = 1623;
|
|
private uint iABJBOCDABB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IABJBOCDABB {
|
|
get { return iABJBOCDABB_; }
|
|
set {
|
|
iABJBOCDABB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LFEMOHDKMCI" field.</summary>
|
|
public const int LFEMOHDKMCIFieldNumber = 14;
|
|
private uint lFEMOHDKMCI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LFEMOHDKMCI {
|
|
get { return lFEMOHDKMCI_; }
|
|
set {
|
|
lFEMOHDKMCI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "grid_fight_level" field.</summary>
|
|
public const int GridFightLevelFieldNumber = 2;
|
|
private uint gridFightLevel_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GridFightLevel {
|
|
get { return gridFightLevel_; }
|
|
set {
|
|
gridFightLevel_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FDELACBNAGI" field.</summary>
|
|
public const int FDELACBNAGIFieldNumber = 5;
|
|
private uint fDELACBNAGI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FDELACBNAGI {
|
|
get { return fDELACBNAGI_; }
|
|
set {
|
|
fDELACBNAGI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PAGFADGIMCF" field.</summary>
|
|
public const int PAGFADGIMCFFieldNumber = 7;
|
|
private uint pAGFADGIMCF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PAGFADGIMCF {
|
|
get { return pAGFADGIMCF_; }
|
|
set {
|
|
pAGFADGIMCF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "grid_weekly_score" field.</summary>
|
|
public const int GridWeeklyScoreFieldNumber = 3;
|
|
private uint gridWeeklyScore_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GridWeeklyScore {
|
|
get { return gridWeeklyScore_; }
|
|
set {
|
|
gridWeeklyScore_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "tourn_finish_info" field.</summary>
|
|
public const int TournFinishInfoFieldNumber = 935;
|
|
private global::EggLink.DanhengServer.Proto.GridFightFinishInfo tournFinishInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.GridFightFinishInfo TournFinishInfo {
|
|
get { return tournFinishInfo_; }
|
|
set {
|
|
tournFinishInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MBEIDHBMGJE" field.</summary>
|
|
public const int MBEIDHBMGJEFieldNumber = 744;
|
|
private uint mBEIDHBMGJE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MBEIDHBMGJE {
|
|
get { return mBEIDHBMGJE_; }
|
|
set {
|
|
mBEIDHBMGJE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "talent_point" field.</summary>
|
|
public const int TalentPointFieldNumber = 6;
|
|
private uint talentPoint_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint TalentPoint {
|
|
get { return talentPoint_; }
|
|
set {
|
|
talentPoint_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GridFightSettleNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GridFightSettleNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (IABJBOCDABB != other.IABJBOCDABB) return false;
|
|
if (LFEMOHDKMCI != other.LFEMOHDKMCI) return false;
|
|
if (GridFightLevel != other.GridFightLevel) return false;
|
|
if (FDELACBNAGI != other.FDELACBNAGI) return false;
|
|
if (PAGFADGIMCF != other.PAGFADGIMCF) return false;
|
|
if (GridWeeklyScore != other.GridWeeklyScore) return false;
|
|
if (!object.Equals(TournFinishInfo, other.TournFinishInfo)) return false;
|
|
if (MBEIDHBMGJE != other.MBEIDHBMGJE) return false;
|
|
if (TalentPoint != other.TalentPoint) 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 (IABJBOCDABB != 0) hash ^= IABJBOCDABB.GetHashCode();
|
|
if (LFEMOHDKMCI != 0) hash ^= LFEMOHDKMCI.GetHashCode();
|
|
if (GridFightLevel != 0) hash ^= GridFightLevel.GetHashCode();
|
|
if (FDELACBNAGI != 0) hash ^= FDELACBNAGI.GetHashCode();
|
|
if (PAGFADGIMCF != 0) hash ^= PAGFADGIMCF.GetHashCode();
|
|
if (GridWeeklyScore != 0) hash ^= GridWeeklyScore.GetHashCode();
|
|
if (tournFinishInfo_ != null) hash ^= TournFinishInfo.GetHashCode();
|
|
if (MBEIDHBMGJE != 0) hash ^= MBEIDHBMGJE.GetHashCode();
|
|
if (TalentPoint != 0) hash ^= TalentPoint.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 (GridFightLevel != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(GridFightLevel);
|
|
}
|
|
if (GridWeeklyScore != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(GridWeeklyScore);
|
|
}
|
|
if (FDELACBNAGI != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(FDELACBNAGI);
|
|
}
|
|
if (TalentPoint != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(TalentPoint);
|
|
}
|
|
if (PAGFADGIMCF != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(PAGFADGIMCF);
|
|
}
|
|
if (LFEMOHDKMCI != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(LFEMOHDKMCI);
|
|
}
|
|
if (MBEIDHBMGJE != 0) {
|
|
output.WriteRawTag(192, 46);
|
|
output.WriteUInt32(MBEIDHBMGJE);
|
|
}
|
|
if (tournFinishInfo_ != null) {
|
|
output.WriteRawTag(186, 58);
|
|
output.WriteMessage(TournFinishInfo);
|
|
}
|
|
if (IABJBOCDABB != 0) {
|
|
output.WriteRawTag(184, 101);
|
|
output.WriteUInt32(IABJBOCDABB);
|
|
}
|
|
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 (GridFightLevel != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(GridFightLevel);
|
|
}
|
|
if (GridWeeklyScore != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(GridWeeklyScore);
|
|
}
|
|
if (FDELACBNAGI != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(FDELACBNAGI);
|
|
}
|
|
if (TalentPoint != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(TalentPoint);
|
|
}
|
|
if (PAGFADGIMCF != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(PAGFADGIMCF);
|
|
}
|
|
if (LFEMOHDKMCI != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(LFEMOHDKMCI);
|
|
}
|
|
if (MBEIDHBMGJE != 0) {
|
|
output.WriteRawTag(192, 46);
|
|
output.WriteUInt32(MBEIDHBMGJE);
|
|
}
|
|
if (tournFinishInfo_ != null) {
|
|
output.WriteRawTag(186, 58);
|
|
output.WriteMessage(TournFinishInfo);
|
|
}
|
|
if (IABJBOCDABB != 0) {
|
|
output.WriteRawTag(184, 101);
|
|
output.WriteUInt32(IABJBOCDABB);
|
|
}
|
|
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 (IABJBOCDABB != 0) {
|
|
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(IABJBOCDABB);
|
|
}
|
|
if (LFEMOHDKMCI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LFEMOHDKMCI);
|
|
}
|
|
if (GridFightLevel != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GridFightLevel);
|
|
}
|
|
if (FDELACBNAGI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FDELACBNAGI);
|
|
}
|
|
if (PAGFADGIMCF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PAGFADGIMCF);
|
|
}
|
|
if (GridWeeklyScore != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GridWeeklyScore);
|
|
}
|
|
if (tournFinishInfo_ != null) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(TournFinishInfo);
|
|
}
|
|
if (MBEIDHBMGJE != 0) {
|
|
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(MBEIDHBMGJE);
|
|
}
|
|
if (TalentPoint != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TalentPoint);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GridFightSettleNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.IABJBOCDABB != 0) {
|
|
IABJBOCDABB = other.IABJBOCDABB;
|
|
}
|
|
if (other.LFEMOHDKMCI != 0) {
|
|
LFEMOHDKMCI = other.LFEMOHDKMCI;
|
|
}
|
|
if (other.GridFightLevel != 0) {
|
|
GridFightLevel = other.GridFightLevel;
|
|
}
|
|
if (other.FDELACBNAGI != 0) {
|
|
FDELACBNAGI = other.FDELACBNAGI;
|
|
}
|
|
if (other.PAGFADGIMCF != 0) {
|
|
PAGFADGIMCF = other.PAGFADGIMCF;
|
|
}
|
|
if (other.GridWeeklyScore != 0) {
|
|
GridWeeklyScore = other.GridWeeklyScore;
|
|
}
|
|
if (other.tournFinishInfo_ != null) {
|
|
if (tournFinishInfo_ == null) {
|
|
TournFinishInfo = new global::EggLink.DanhengServer.Proto.GridFightFinishInfo();
|
|
}
|
|
TournFinishInfo.MergeFrom(other.TournFinishInfo);
|
|
}
|
|
if (other.MBEIDHBMGJE != 0) {
|
|
MBEIDHBMGJE = other.MBEIDHBMGJE;
|
|
}
|
|
if (other.TalentPoint != 0) {
|
|
TalentPoint = other.TalentPoint;
|
|
}
|
|
_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: {
|
|
GridFightLevel = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
GridWeeklyScore = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
FDELACBNAGI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
TalentPoint = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
PAGFADGIMCF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
LFEMOHDKMCI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 5952: {
|
|
MBEIDHBMGJE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 7482: {
|
|
if (tournFinishInfo_ == null) {
|
|
TournFinishInfo = new global::EggLink.DanhengServer.Proto.GridFightFinishInfo();
|
|
}
|
|
input.ReadMessage(TournFinishInfo);
|
|
break;
|
|
}
|
|
case 12984: {
|
|
IABJBOCDABB = 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 16: {
|
|
GridFightLevel = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
GridWeeklyScore = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
FDELACBNAGI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
TalentPoint = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
PAGFADGIMCF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
LFEMOHDKMCI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 5952: {
|
|
MBEIDHBMGJE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 7482: {
|
|
if (tournFinishInfo_ == null) {
|
|
TournFinishInfo = new global::EggLink.DanhengServer.Proto.GridFightFinishInfo();
|
|
}
|
|
input.ReadMessage(TournFinishInfo);
|
|
break;
|
|
}
|
|
case 12984: {
|
|
IABJBOCDABB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|