Files
DanhengServer-OpenSource/Proto/BattleGridFightStageInfo.cs
2025-10-19 12:47:24 +08:00

310 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BattleGridFightStageInfo.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 BattleGridFightStageInfo.proto</summary>
public static partial class BattleGridFightStageInfoReflection {
#region Descriptor
/// <summary>File descriptor for BattleGridFightStageInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BattleGridFightStageInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5CYXR0bGVHcmlkRmlnaHRTdGFnZUluZm8ucHJvdG8iVAoYQmF0dGxlR3Jp",
"ZEZpZ2h0U3RhZ2VJbmZvEhAKCHJvdXRlX2lkGAEgASgNEhIKCmNoYXB0ZXJf",
"aWQYAiABKA0SEgoKc2VjdGlvbl9pZBgDIAEoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleGridFightStageInfo), global::EggLink.DanhengServer.Proto.BattleGridFightStageInfo.Parser, new[]{ "RouteId", "ChapterId", "SectionId" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BattleGridFightStageInfo : pb::IMessage<BattleGridFightStageInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<BattleGridFightStageInfo> _parser = new pb::MessageParser<BattleGridFightStageInfo>(() => new BattleGridFightStageInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<BattleGridFightStageInfo> 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.BattleGridFightStageInfoReflection.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 BattleGridFightStageInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BattleGridFightStageInfo(BattleGridFightStageInfo other) : this() {
routeId_ = other.routeId_;
chapterId_ = other.chapterId_;
sectionId_ = other.sectionId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BattleGridFightStageInfo Clone() {
return new BattleGridFightStageInfo(this);
}
/// <summary>Field number for the "route_id" field.</summary>
public const int RouteIdFieldNumber = 1;
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 "chapter_id" field.</summary>
public const int ChapterIdFieldNumber = 2;
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 "section_id" field.</summary>
public const int SectionIdFieldNumber = 3;
private uint sectionId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SectionId {
get { return sectionId_; }
set {
sectionId_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as BattleGridFightStageInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(BattleGridFightStageInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (RouteId != other.RouteId) return false;
if (ChapterId != other.ChapterId) return false;
if (SectionId != other.SectionId) 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 (ChapterId != 0) hash ^= ChapterId.GetHashCode();
if (SectionId != 0) hash ^= SectionId.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 (RouteId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(RouteId);
}
if (ChapterId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(ChapterId);
}
if (SectionId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(SectionId);
}
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 (RouteId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(RouteId);
}
if (ChapterId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(ChapterId);
}
if (SectionId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(SectionId);
}
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 (ChapterId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChapterId);
}
if (SectionId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SectionId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(BattleGridFightStageInfo other) {
if (other == null) {
return;
}
if (other.RouteId != 0) {
RouteId = other.RouteId;
}
if (other.ChapterId != 0) {
ChapterId = other.ChapterId;
}
if (other.SectionId != 0) {
SectionId = other.SectionId;
}
_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: {
RouteId = input.ReadUInt32();
break;
}
case 16: {
ChapterId = input.ReadUInt32();
break;
}
case 24: {
SectionId = 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: {
RouteId = input.ReadUInt32();
break;
}
case 16: {
ChapterId = input.ReadUInt32();
break;
}
case 24: {
SectionId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code