mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
461 lines
16 KiB
C#
461 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GridFightFinishAreaInfo.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 GridFightFinishAreaInfo.proto</summary>
|
|
public static partial class GridFightFinishAreaInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GridFightFinishAreaInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GridFightFinishAreaInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch1HcmlkRmlnaHRGaW5pc2hBcmVhSW5mby5wcm90byLGAQoXR3JpZEZpZ2h0",
|
|
"RmluaXNoQXJlYUluZm8SEAoIcm91dGVfaWQYCCABKA0SEwoLUEVISU5HSktH",
|
|
"Q0IYCyABKA0SIAoYZ3JpZF9maWdodF9jdXJfbGluZXVwX2hwGAcgASgNEhIK",
|
|
"CmNoYXB0ZXJfaWQYAyABKA0SGAoQZ2FtZV9kaXZpc2lvbl9pZBgBIAEoDRIS",
|
|
"CgpzZWN0aW9uX2lkGAIgASgNEiAKGGdyaWRfZmlnaHRfbWF4X2xpbmV1cF9o",
|
|
"cBgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
|
"bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightFinishAreaInfo), global::EggLink.DanhengServer.Proto.GridFightFinishAreaInfo.Parser, new[]{ "RouteId", "PEHINGJKGCB", "GridFightCurLineupHp", "ChapterId", "GameDivisionId", "SectionId", "GridFightMaxLineupHp" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GridFightFinishAreaInfo : pb::IMessage<GridFightFinishAreaInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GridFightFinishAreaInfo> _parser = new pb::MessageParser<GridFightFinishAreaInfo>(() => new GridFightFinishAreaInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GridFightFinishAreaInfo> 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.GridFightFinishAreaInfoReflection.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 GridFightFinishAreaInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightFinishAreaInfo(GridFightFinishAreaInfo other) : this() {
|
|
routeId_ = other.routeId_;
|
|
pEHINGJKGCB_ = other.pEHINGJKGCB_;
|
|
gridFightCurLineupHp_ = other.gridFightCurLineupHp_;
|
|
chapterId_ = other.chapterId_;
|
|
gameDivisionId_ = other.gameDivisionId_;
|
|
sectionId_ = other.sectionId_;
|
|
gridFightMaxLineupHp_ = other.gridFightMaxLineupHp_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightFinishAreaInfo Clone() {
|
|
return new GridFightFinishAreaInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "route_id" field.</summary>
|
|
public const int RouteIdFieldNumber = 8;
|
|
private uint routeId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint RouteId {
|
|
get { return routeId_; }
|
|
set {
|
|
routeId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PEHINGJKGCB" field.</summary>
|
|
public const int PEHINGJKGCBFieldNumber = 11;
|
|
private uint pEHINGJKGCB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PEHINGJKGCB {
|
|
get { return pEHINGJKGCB_; }
|
|
set {
|
|
pEHINGJKGCB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "grid_fight_cur_lineup_hp" field.</summary>
|
|
public const int GridFightCurLineupHpFieldNumber = 7;
|
|
private uint gridFightCurLineupHp_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GridFightCurLineupHp {
|
|
get { return gridFightCurLineupHp_; }
|
|
set {
|
|
gridFightCurLineupHp_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "chapter_id" field.</summary>
|
|
public const int ChapterIdFieldNumber = 3;
|
|
private uint chapterId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ChapterId {
|
|
get { return chapterId_; }
|
|
set {
|
|
chapterId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "game_division_id" field.</summary>
|
|
public const int GameDivisionIdFieldNumber = 1;
|
|
private uint gameDivisionId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GameDivisionId {
|
|
get { return gameDivisionId_; }
|
|
set {
|
|
gameDivisionId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "section_id" field.</summary>
|
|
public const int SectionIdFieldNumber = 2;
|
|
private uint sectionId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint SectionId {
|
|
get { return sectionId_; }
|
|
set {
|
|
sectionId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "grid_fight_max_lineup_hp" field.</summary>
|
|
public const int GridFightMaxLineupHpFieldNumber = 4;
|
|
private uint gridFightMaxLineupHp_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GridFightMaxLineupHp {
|
|
get { return gridFightMaxLineupHp_; }
|
|
set {
|
|
gridFightMaxLineupHp_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GridFightFinishAreaInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GridFightFinishAreaInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (RouteId != other.RouteId) return false;
|
|
if (PEHINGJKGCB != other.PEHINGJKGCB) return false;
|
|
if (GridFightCurLineupHp != other.GridFightCurLineupHp) return false;
|
|
if (ChapterId != other.ChapterId) return false;
|
|
if (GameDivisionId != other.GameDivisionId) return false;
|
|
if (SectionId != other.SectionId) return false;
|
|
if (GridFightMaxLineupHp != other.GridFightMaxLineupHp) 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 (RouteId != 0) hash ^= RouteId.GetHashCode();
|
|
if (PEHINGJKGCB != 0) hash ^= PEHINGJKGCB.GetHashCode();
|
|
if (GridFightCurLineupHp != 0) hash ^= GridFightCurLineupHp.GetHashCode();
|
|
if (ChapterId != 0) hash ^= ChapterId.GetHashCode();
|
|
if (GameDivisionId != 0) hash ^= GameDivisionId.GetHashCode();
|
|
if (SectionId != 0) hash ^= SectionId.GetHashCode();
|
|
if (GridFightMaxLineupHp != 0) hash ^= GridFightMaxLineupHp.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 (GameDivisionId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(GameDivisionId);
|
|
}
|
|
if (SectionId != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(SectionId);
|
|
}
|
|
if (ChapterId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(ChapterId);
|
|
}
|
|
if (GridFightMaxLineupHp != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(GridFightMaxLineupHp);
|
|
}
|
|
if (GridFightCurLineupHp != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GridFightCurLineupHp);
|
|
}
|
|
if (RouteId != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(RouteId);
|
|
}
|
|
if (PEHINGJKGCB != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PEHINGJKGCB);
|
|
}
|
|
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 (GameDivisionId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(GameDivisionId);
|
|
}
|
|
if (SectionId != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(SectionId);
|
|
}
|
|
if (ChapterId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(ChapterId);
|
|
}
|
|
if (GridFightMaxLineupHp != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(GridFightMaxLineupHp);
|
|
}
|
|
if (GridFightCurLineupHp != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GridFightCurLineupHp);
|
|
}
|
|
if (RouteId != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(RouteId);
|
|
}
|
|
if (PEHINGJKGCB != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PEHINGJKGCB);
|
|
}
|
|
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 (RouteId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RouteId);
|
|
}
|
|
if (PEHINGJKGCB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PEHINGJKGCB);
|
|
}
|
|
if (GridFightCurLineupHp != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GridFightCurLineupHp);
|
|
}
|
|
if (ChapterId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChapterId);
|
|
}
|
|
if (GameDivisionId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameDivisionId);
|
|
}
|
|
if (SectionId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SectionId);
|
|
}
|
|
if (GridFightMaxLineupHp != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GridFightMaxLineupHp);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GridFightFinishAreaInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.RouteId != 0) {
|
|
RouteId = other.RouteId;
|
|
}
|
|
if (other.PEHINGJKGCB != 0) {
|
|
PEHINGJKGCB = other.PEHINGJKGCB;
|
|
}
|
|
if (other.GridFightCurLineupHp != 0) {
|
|
GridFightCurLineupHp = other.GridFightCurLineupHp;
|
|
}
|
|
if (other.ChapterId != 0) {
|
|
ChapterId = other.ChapterId;
|
|
}
|
|
if (other.GameDivisionId != 0) {
|
|
GameDivisionId = other.GameDivisionId;
|
|
}
|
|
if (other.SectionId != 0) {
|
|
SectionId = other.SectionId;
|
|
}
|
|
if (other.GridFightMaxLineupHp != 0) {
|
|
GridFightMaxLineupHp = other.GridFightMaxLineupHp;
|
|
}
|
|
_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 8: {
|
|
GameDivisionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
SectionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
ChapterId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
GridFightMaxLineupHp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GridFightCurLineupHp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
RouteId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PEHINGJKGCB = 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 8: {
|
|
GameDivisionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
SectionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
ChapterId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
GridFightMaxLineupHp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GridFightCurLineupHp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
RouteId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PEHINGJKGCB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|