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

546 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",
"aEluZm8ucHJvdG8ikQIKFUdyaWRGaWdodFNldHRsZU5vdGlmeRIUCgtJQUJK",
"Qk9DREFCQhjXDCABKA0SGAoQZ3JpZF9maWdodF9sZXZlbBgOIAEoDRIcChRn",
"cmlkX2ZpZ2h0X2xldmVsX2V4cBgCIAEoDRIXCg9jdXJfZGl2aXNpb25faWQY",
"BSABKA0SGAoQcHJldl9kaXZpc2lvbl9pZBgHIAEoDRIZChFncmlkX3dlZWts",
"eV9zY29yZRgDIAEoDRIwChF0b3Vybl9maW5pc2hfaW5mbxinByABKAsyFC5H",
"cmlkRmlnaHRGaW5pc2hJbmZvEhQKC01CRUlESEJNR0pFGOgFIAEoDRIUCgx0",
"YWxlbnRfcG9pbnQYBiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
"cm90b2IGcHJvdG8z"));
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", "GridFightLevel", "GridFightLevelExp", "CurDivisionId", "PrevDivisionId", "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_;
gridFightLevel_ = other.gridFightLevel_;
gridFightLevelExp_ = other.gridFightLevelExp_;
curDivisionId_ = other.curDivisionId_;
prevDivisionId_ = other.prevDivisionId_;
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 "grid_fight_level" field.</summary>
public const int GridFightLevelFieldNumber = 14;
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 "grid_fight_level_exp" field.</summary>
public const int GridFightLevelExpFieldNumber = 2;
private uint gridFightLevelExp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GridFightLevelExp {
get { return gridFightLevelExp_; }
set {
gridFightLevelExp_ = value;
}
}
/// <summary>Field number for the "cur_division_id" field.</summary>
public const int CurDivisionIdFieldNumber = 5;
private uint curDivisionId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurDivisionId {
get { return curDivisionId_; }
set {
curDivisionId_ = value;
}
}
/// <summary>Field number for the "prev_division_id" field.</summary>
public const int PrevDivisionIdFieldNumber = 7;
private uint prevDivisionId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PrevDivisionId {
get { return prevDivisionId_; }
set {
prevDivisionId_ = 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 (GridFightLevel != other.GridFightLevel) return false;
if (GridFightLevelExp != other.GridFightLevelExp) return false;
if (CurDivisionId != other.CurDivisionId) return false;
if (PrevDivisionId != other.PrevDivisionId) 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 (GridFightLevel != 0) hash ^= GridFightLevel.GetHashCode();
if (GridFightLevelExp != 0) hash ^= GridFightLevelExp.GetHashCode();
if (CurDivisionId != 0) hash ^= CurDivisionId.GetHashCode();
if (PrevDivisionId != 0) hash ^= PrevDivisionId.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 (GridFightLevelExp != 0) {
output.WriteRawTag(16);
output.WriteUInt32(GridFightLevelExp);
}
if (GridWeeklyScore != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GridWeeklyScore);
}
if (CurDivisionId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(CurDivisionId);
}
if (TalentPoint != 0) {
output.WriteRawTag(48);
output.WriteUInt32(TalentPoint);
}
if (PrevDivisionId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(PrevDivisionId);
}
if (GridFightLevel != 0) {
output.WriteRawTag(112);
output.WriteUInt32(GridFightLevel);
}
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 (GridFightLevelExp != 0) {
output.WriteRawTag(16);
output.WriteUInt32(GridFightLevelExp);
}
if (GridWeeklyScore != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GridWeeklyScore);
}
if (CurDivisionId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(CurDivisionId);
}
if (TalentPoint != 0) {
output.WriteRawTag(48);
output.WriteUInt32(TalentPoint);
}
if (PrevDivisionId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(PrevDivisionId);
}
if (GridFightLevel != 0) {
output.WriteRawTag(112);
output.WriteUInt32(GridFightLevel);
}
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 (GridFightLevel != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GridFightLevel);
}
if (GridFightLevelExp != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GridFightLevelExp);
}
if (CurDivisionId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurDivisionId);
}
if (PrevDivisionId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PrevDivisionId);
}
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.GridFightLevel != 0) {
GridFightLevel = other.GridFightLevel;
}
if (other.GridFightLevelExp != 0) {
GridFightLevelExp = other.GridFightLevelExp;
}
if (other.CurDivisionId != 0) {
CurDivisionId = other.CurDivisionId;
}
if (other.PrevDivisionId != 0) {
PrevDivisionId = other.PrevDivisionId;
}
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: {
GridFightLevelExp = input.ReadUInt32();
break;
}
case 24: {
GridWeeklyScore = input.ReadUInt32();
break;
}
case 40: {
CurDivisionId = input.ReadUInt32();
break;
}
case 48: {
TalentPoint = input.ReadUInt32();
break;
}
case 56: {
PrevDivisionId = input.ReadUInt32();
break;
}
case 112: {
GridFightLevel = 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: {
GridFightLevelExp = input.ReadUInt32();
break;
}
case 24: {
GridWeeklyScore = input.ReadUInt32();
break;
}
case 40: {
CurDivisionId = input.ReadUInt32();
break;
}
case 48: {
TalentPoint = input.ReadUInt32();
break;
}
case 56: {
PrevDivisionId = input.ReadUInt32();
break;
}
case 112: {
GridFightLevel = 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