Files
DanhengServer-OpenSource/Proto/GridFightStaticGameInfo.cs
2025-11-15 22:21:46 +08:00

491 lines
18 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GridFightStaticGameInfo.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 GridFightStaticGameInfo.proto</summary>
public static partial class GridFightStaticGameInfoReflection {
#region Descriptor
/// <summary>File descriptor for GridFightStaticGameInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GridFightStaticGameInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1HcmlkRmlnaHRTdGF0aWNHYW1lSW5mby5wcm90bxocR3JpZEZpZ2h0R2Ft",
"ZVZhbHVlSW5mby5wcm90bxoZR3JpZEZpZ2h0VGFsZW50SW5mby5wcm90bxoW",
"R3JpZEZpZ2h0RXhwSW5mby5wcm90byKDAgoXR3JpZEZpZ2h0U3RhdGljR2Ft",
"ZUluZm8SNAoWZ3JpZF9maWdodF90YWxlbnRfaW5mbxgHIAEoCzIULkdyaWRG",
"aWdodFRhbGVudEluZm8SEwoLTUdHR0FKSkJBTU4YAiABKA0SEwoLZGl2aXNp",
"b25faWQYCiABKA0SOwoaZ3JpZF9maWdodF9nYW1lX3ZhbHVlX2luZm8YDyAB",
"KAsyFy5HcmlkRmlnaHRHYW1lVmFsdWVJbmZvEh4KA2V4cBgEIAEoCzIRLkdy",
"aWRGaWdodEV4cEluZm8SFQoNc3ViX3NlYXNvbl9pZBgFIAEoDRIUCgx0YWxl",
"bnRfcG9pbnQYAyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GridFightGameValueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightExpInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightStaticGameInfo), global::EggLink.DanhengServer.Proto.GridFightStaticGameInfo.Parser, new[]{ "GridFightTalentInfo", "MGGGAJJBAMN", "DivisionId", "GridFightGameValueInfo", "Exp", "SubSeasonId", "TalentPoint" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GridFightStaticGameInfo : pb::IMessage<GridFightStaticGameInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GridFightStaticGameInfo> _parser = new pb::MessageParser<GridFightStaticGameInfo>(() => new GridFightStaticGameInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GridFightStaticGameInfo> 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.GridFightStaticGameInfoReflection.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 GridFightStaticGameInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightStaticGameInfo(GridFightStaticGameInfo other) : this() {
gridFightTalentInfo_ = other.gridFightTalentInfo_ != null ? other.gridFightTalentInfo_.Clone() : null;
mGGGAJJBAMN_ = other.mGGGAJJBAMN_;
divisionId_ = other.divisionId_;
gridFightGameValueInfo_ = other.gridFightGameValueInfo_ != null ? other.gridFightGameValueInfo_.Clone() : null;
exp_ = other.exp_ != null ? other.exp_.Clone() : null;
subSeasonId_ = other.subSeasonId_;
talentPoint_ = other.talentPoint_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightStaticGameInfo Clone() {
return new GridFightStaticGameInfo(this);
}
/// <summary>Field number for the "grid_fight_talent_info" field.</summary>
public const int GridFightTalentInfoFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.GridFightTalentInfo gridFightTalentInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightTalentInfo GridFightTalentInfo {
get { return gridFightTalentInfo_; }
set {
gridFightTalentInfo_ = value;
}
}
/// <summary>Field number for the "MGGGAJJBAMN" field.</summary>
public const int MGGGAJJBAMNFieldNumber = 2;
private uint mGGGAJJBAMN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MGGGAJJBAMN {
get { return mGGGAJJBAMN_; }
set {
mGGGAJJBAMN_ = value;
}
}
/// <summary>Field number for the "division_id" field.</summary>
public const int DivisionIdFieldNumber = 10;
private uint divisionId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DivisionId {
get { return divisionId_; }
set {
divisionId_ = value;
}
}
/// <summary>Field number for the "grid_fight_game_value_info" field.</summary>
public const int GridFightGameValueInfoFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.GridFightGameValueInfo gridFightGameValueInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightGameValueInfo GridFightGameValueInfo {
get { return gridFightGameValueInfo_; }
set {
gridFightGameValueInfo_ = value;
}
}
/// <summary>Field number for the "exp" field.</summary>
public const int ExpFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.GridFightExpInfo exp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightExpInfo Exp {
get { return exp_; }
set {
exp_ = value;
}
}
/// <summary>Field number for the "sub_season_id" field.</summary>
public const int SubSeasonIdFieldNumber = 5;
private uint subSeasonId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SubSeasonId {
get { return subSeasonId_; }
set {
subSeasonId_ = value;
}
}
/// <summary>Field number for the "talent_point" field.</summary>
public const int TalentPointFieldNumber = 3;
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 GridFightStaticGameInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GridFightStaticGameInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(GridFightTalentInfo, other.GridFightTalentInfo)) return false;
if (MGGGAJJBAMN != other.MGGGAJJBAMN) return false;
if (DivisionId != other.DivisionId) return false;
if (!object.Equals(GridFightGameValueInfo, other.GridFightGameValueInfo)) return false;
if (!object.Equals(Exp, other.Exp)) return false;
if (SubSeasonId != other.SubSeasonId) 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 (gridFightTalentInfo_ != null) hash ^= GridFightTalentInfo.GetHashCode();
if (MGGGAJJBAMN != 0) hash ^= MGGGAJJBAMN.GetHashCode();
if (DivisionId != 0) hash ^= DivisionId.GetHashCode();
if (gridFightGameValueInfo_ != null) hash ^= GridFightGameValueInfo.GetHashCode();
if (exp_ != null) hash ^= Exp.GetHashCode();
if (SubSeasonId != 0) hash ^= SubSeasonId.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 (MGGGAJJBAMN != 0) {
output.WriteRawTag(16);
output.WriteUInt32(MGGGAJJBAMN);
}
if (TalentPoint != 0) {
output.WriteRawTag(24);
output.WriteUInt32(TalentPoint);
}
if (exp_ != null) {
output.WriteRawTag(34);
output.WriteMessage(Exp);
}
if (SubSeasonId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(SubSeasonId);
}
if (gridFightTalentInfo_ != null) {
output.WriteRawTag(58);
output.WriteMessage(GridFightTalentInfo);
}
if (DivisionId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DivisionId);
}
if (gridFightGameValueInfo_ != null) {
output.WriteRawTag(122);
output.WriteMessage(GridFightGameValueInfo);
}
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 (MGGGAJJBAMN != 0) {
output.WriteRawTag(16);
output.WriteUInt32(MGGGAJJBAMN);
}
if (TalentPoint != 0) {
output.WriteRawTag(24);
output.WriteUInt32(TalentPoint);
}
if (exp_ != null) {
output.WriteRawTag(34);
output.WriteMessage(Exp);
}
if (SubSeasonId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(SubSeasonId);
}
if (gridFightTalentInfo_ != null) {
output.WriteRawTag(58);
output.WriteMessage(GridFightTalentInfo);
}
if (DivisionId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DivisionId);
}
if (gridFightGameValueInfo_ != null) {
output.WriteRawTag(122);
output.WriteMessage(GridFightGameValueInfo);
}
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 (gridFightTalentInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GridFightTalentInfo);
}
if (MGGGAJJBAMN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MGGGAJJBAMN);
}
if (DivisionId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DivisionId);
}
if (gridFightGameValueInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GridFightGameValueInfo);
}
if (exp_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Exp);
}
if (SubSeasonId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SubSeasonId);
}
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(GridFightStaticGameInfo other) {
if (other == null) {
return;
}
if (other.gridFightTalentInfo_ != null) {
if (gridFightTalentInfo_ == null) {
GridFightTalentInfo = new global::EggLink.DanhengServer.Proto.GridFightTalentInfo();
}
GridFightTalentInfo.MergeFrom(other.GridFightTalentInfo);
}
if (other.MGGGAJJBAMN != 0) {
MGGGAJJBAMN = other.MGGGAJJBAMN;
}
if (other.DivisionId != 0) {
DivisionId = other.DivisionId;
}
if (other.gridFightGameValueInfo_ != null) {
if (gridFightGameValueInfo_ == null) {
GridFightGameValueInfo = new global::EggLink.DanhengServer.Proto.GridFightGameValueInfo();
}
GridFightGameValueInfo.MergeFrom(other.GridFightGameValueInfo);
}
if (other.exp_ != null) {
if (exp_ == null) {
Exp = new global::EggLink.DanhengServer.Proto.GridFightExpInfo();
}
Exp.MergeFrom(other.Exp);
}
if (other.SubSeasonId != 0) {
SubSeasonId = other.SubSeasonId;
}
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: {
MGGGAJJBAMN = input.ReadUInt32();
break;
}
case 24: {
TalentPoint = input.ReadUInt32();
break;
}
case 34: {
if (exp_ == null) {
Exp = new global::EggLink.DanhengServer.Proto.GridFightExpInfo();
}
input.ReadMessage(Exp);
break;
}
case 40: {
SubSeasonId = input.ReadUInt32();
break;
}
case 58: {
if (gridFightTalentInfo_ == null) {
GridFightTalentInfo = new global::EggLink.DanhengServer.Proto.GridFightTalentInfo();
}
input.ReadMessage(GridFightTalentInfo);
break;
}
case 80: {
DivisionId = input.ReadUInt32();
break;
}
case 122: {
if (gridFightGameValueInfo_ == null) {
GridFightGameValueInfo = new global::EggLink.DanhengServer.Proto.GridFightGameValueInfo();
}
input.ReadMessage(GridFightGameValueInfo);
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: {
MGGGAJJBAMN = input.ReadUInt32();
break;
}
case 24: {
TalentPoint = input.ReadUInt32();
break;
}
case 34: {
if (exp_ == null) {
Exp = new global::EggLink.DanhengServer.Proto.GridFightExpInfo();
}
input.ReadMessage(Exp);
break;
}
case 40: {
SubSeasonId = input.ReadUInt32();
break;
}
case 58: {
if (gridFightTalentInfo_ == null) {
GridFightTalentInfo = new global::EggLink.DanhengServer.Proto.GridFightTalentInfo();
}
input.ReadMessage(GridFightTalentInfo);
break;
}
case 80: {
DivisionId = input.ReadUInt32();
break;
}
case 122: {
if (gridFightGameValueInfo_ == null) {
GridFightGameValueInfo = new global::EggLink.DanhengServer.Proto.GridFightGameValueInfo();
}
input.ReadMessage(GridFightGameValueInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code