Files
DanhengServer-OpenSource/Proto/RogueTournCurAreaInfo.cs
2025-04-15 16:44:46 +08:00

433 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueTournCurAreaInfo.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 RogueTournCurAreaInfo.proto</summary>
public static partial class RogueTournCurAreaInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueTournCurAreaInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueTournCurAreaInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtSb2d1ZVRvdXJuQ3VyQXJlYUluZm8ucHJvdG8aHlJvZ3VlQ29tbW9uUGVu",
"ZGluZ0FjdGlvbi5wcm90byLDAQoVUm9ndWVUb3VybkN1ckFyZWFJbmZvEhMK",
"C01ETE5ER0lKTk1MGAkgASgJEiAKGHJvZ3VlX21hZ2ljX2JhdHRsZV9jb25z",
"dBgDIAEoDRIxCg5wZW5kaW5nX2FjdGlvbhgFIAEoCzIZLlJvZ3VlQ29tbW9u",
"UGVuZGluZ0FjdGlvbhITCgtzdWJfYXJlYV9pZBgGIAEoDRITCgtBR0VCQU1C",
"S0tCQxgIIAEoDRIWCg5yb2d1ZV9zdWJfbW9kZRgMIAEoDUIeqgIbRWdnTGlu",
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournCurAreaInfo), global::EggLink.DanhengServer.Proto.RogueTournCurAreaInfo.Parser, new[]{ "MDLNDGIJNML", "RogueMagicBattleConst", "PendingAction", "SubAreaId", "AGEBAMBKKBC", "RogueSubMode" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueTournCurAreaInfo : pb::IMessage<RogueTournCurAreaInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueTournCurAreaInfo> _parser = new pb::MessageParser<RogueTournCurAreaInfo>(() => new RogueTournCurAreaInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueTournCurAreaInfo> 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.RogueTournCurAreaInfoReflection.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 RogueTournCurAreaInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTournCurAreaInfo(RogueTournCurAreaInfo other) : this() {
mDLNDGIJNML_ = other.mDLNDGIJNML_;
rogueMagicBattleConst_ = other.rogueMagicBattleConst_;
pendingAction_ = other.pendingAction_ != null ? other.pendingAction_.Clone() : null;
subAreaId_ = other.subAreaId_;
aGEBAMBKKBC_ = other.aGEBAMBKKBC_;
rogueSubMode_ = other.rogueSubMode_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTournCurAreaInfo Clone() {
return new RogueTournCurAreaInfo(this);
}
/// <summary>Field number for the "MDLNDGIJNML" field.</summary>
public const int MDLNDGIJNMLFieldNumber = 9;
private string mDLNDGIJNML_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string MDLNDGIJNML {
get { return mDLNDGIJNML_; }
set {
mDLNDGIJNML_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "rogue_magic_battle_const" field.</summary>
public const int RogueMagicBattleConstFieldNumber = 3;
private uint rogueMagicBattleConst_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RogueMagicBattleConst {
get { return rogueMagicBattleConst_; }
set {
rogueMagicBattleConst_ = value;
}
}
/// <summary>Field number for the "pending_action" field.</summary>
public const int PendingActionFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.RogueCommonPendingAction pendingAction_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueCommonPendingAction PendingAction {
get { return pendingAction_; }
set {
pendingAction_ = value;
}
}
/// <summary>Field number for the "sub_area_id" field.</summary>
public const int SubAreaIdFieldNumber = 6;
private uint subAreaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SubAreaId {
get { return subAreaId_; }
set {
subAreaId_ = value;
}
}
/// <summary>Field number for the "AGEBAMBKKBC" field.</summary>
public const int AGEBAMBKKBCFieldNumber = 8;
private uint aGEBAMBKKBC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AGEBAMBKKBC {
get { return aGEBAMBKKBC_; }
set {
aGEBAMBKKBC_ = value;
}
}
/// <summary>Field number for the "rogue_sub_mode" field.</summary>
public const int RogueSubModeFieldNumber = 12;
private uint rogueSubMode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RogueSubMode {
get { return rogueSubMode_; }
set {
rogueSubMode_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueTournCurAreaInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueTournCurAreaInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (MDLNDGIJNML != other.MDLNDGIJNML) return false;
if (RogueMagicBattleConst != other.RogueMagicBattleConst) return false;
if (!object.Equals(PendingAction, other.PendingAction)) return false;
if (SubAreaId != other.SubAreaId) return false;
if (AGEBAMBKKBC != other.AGEBAMBKKBC) return false;
if (RogueSubMode != other.RogueSubMode) 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 (MDLNDGIJNML.Length != 0) hash ^= MDLNDGIJNML.GetHashCode();
if (RogueMagicBattleConst != 0) hash ^= RogueMagicBattleConst.GetHashCode();
if (pendingAction_ != null) hash ^= PendingAction.GetHashCode();
if (SubAreaId != 0) hash ^= SubAreaId.GetHashCode();
if (AGEBAMBKKBC != 0) hash ^= AGEBAMBKKBC.GetHashCode();
if (RogueSubMode != 0) hash ^= RogueSubMode.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 (RogueMagicBattleConst != 0) {
output.WriteRawTag(24);
output.WriteUInt32(RogueMagicBattleConst);
}
if (pendingAction_ != null) {
output.WriteRawTag(42);
output.WriteMessage(PendingAction);
}
if (SubAreaId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(SubAreaId);
}
if (AGEBAMBKKBC != 0) {
output.WriteRawTag(64);
output.WriteUInt32(AGEBAMBKKBC);
}
if (MDLNDGIJNML.Length != 0) {
output.WriteRawTag(74);
output.WriteString(MDLNDGIJNML);
}
if (RogueSubMode != 0) {
output.WriteRawTag(96);
output.WriteUInt32(RogueSubMode);
}
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 (RogueMagicBattleConst != 0) {
output.WriteRawTag(24);
output.WriteUInt32(RogueMagicBattleConst);
}
if (pendingAction_ != null) {
output.WriteRawTag(42);
output.WriteMessage(PendingAction);
}
if (SubAreaId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(SubAreaId);
}
if (AGEBAMBKKBC != 0) {
output.WriteRawTag(64);
output.WriteUInt32(AGEBAMBKKBC);
}
if (MDLNDGIJNML.Length != 0) {
output.WriteRawTag(74);
output.WriteString(MDLNDGIJNML);
}
if (RogueSubMode != 0) {
output.WriteRawTag(96);
output.WriteUInt32(RogueSubMode);
}
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 (MDLNDGIJNML.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(MDLNDGIJNML);
}
if (RogueMagicBattleConst != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueMagicBattleConst);
}
if (pendingAction_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PendingAction);
}
if (SubAreaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SubAreaId);
}
if (AGEBAMBKKBC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AGEBAMBKKBC);
}
if (RogueSubMode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueSubMode);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueTournCurAreaInfo other) {
if (other == null) {
return;
}
if (other.MDLNDGIJNML.Length != 0) {
MDLNDGIJNML = other.MDLNDGIJNML;
}
if (other.RogueMagicBattleConst != 0) {
RogueMagicBattleConst = other.RogueMagicBattleConst;
}
if (other.pendingAction_ != null) {
if (pendingAction_ == null) {
PendingAction = new global::EggLink.DanhengServer.Proto.RogueCommonPendingAction();
}
PendingAction.MergeFrom(other.PendingAction);
}
if (other.SubAreaId != 0) {
SubAreaId = other.SubAreaId;
}
if (other.AGEBAMBKKBC != 0) {
AGEBAMBKKBC = other.AGEBAMBKKBC;
}
if (other.RogueSubMode != 0) {
RogueSubMode = other.RogueSubMode;
}
_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 24: {
RogueMagicBattleConst = input.ReadUInt32();
break;
}
case 42: {
if (pendingAction_ == null) {
PendingAction = new global::EggLink.DanhengServer.Proto.RogueCommonPendingAction();
}
input.ReadMessage(PendingAction);
break;
}
case 48: {
SubAreaId = input.ReadUInt32();
break;
}
case 64: {
AGEBAMBKKBC = input.ReadUInt32();
break;
}
case 74: {
MDLNDGIJNML = input.ReadString();
break;
}
case 96: {
RogueSubMode = 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 24: {
RogueMagicBattleConst = input.ReadUInt32();
break;
}
case 42: {
if (pendingAction_ == null) {
PendingAction = new global::EggLink.DanhengServer.Proto.RogueCommonPendingAction();
}
input.ReadMessage(PendingAction);
break;
}
case 48: {
SubAreaId = input.ReadUInt32();
break;
}
case 64: {
AGEBAMBKKBC = input.ReadUInt32();
break;
}
case 74: {
MDLNDGIJNML = input.ReadString();
break;
}
case 96: {
RogueSubMode = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code