Files
DanhengServer-OpenSource/Proto/RogueTournCurAreaInfo.cs

395 lines
14 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",
"ZGluZ0FjdGlvbi5wcm90byKdAQoVUm9ndWVUb3VybkN1ckFyZWFJbmZvEhYK",
"DnJvZ3VlX3N1Yl9tb2RlGAwgASgNEg8KB2FyZWFfaWQYDyABKA0SMQoOcGVu",
"ZGluZ19hY3Rpb24YDiABKAsyGS5Sb2d1ZUNvbW1vblBlbmRpbmdBY3Rpb24S",
"EwoLQURKQUVLSkFJQkkYASABKA0SEwoLS0VEQUZJTEVBSEkYCSABKA1CHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
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[]{ "RogueSubMode", "AreaId", "PendingAction", "ADJAEKJAIBI", "KEDAFILEAHI" }, 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() {
rogueSubMode_ = other.rogueSubMode_;
areaId_ = other.areaId_;
pendingAction_ = other.pendingAction_ != null ? other.pendingAction_.Clone() : null;
aDJAEKJAIBI_ = other.aDJAEKJAIBI_;
kEDAFILEAHI_ = other.kEDAFILEAHI_;
_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 "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;
}
}
/// <summary>Field number for the "area_id" field.</summary>
public const int AreaIdFieldNumber = 15;
private uint areaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AreaId {
get { return areaId_; }
set {
areaId_ = value;
}
}
/// <summary>Field number for the "pending_action" field.</summary>
public const int PendingActionFieldNumber = 14;
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 "ADJAEKJAIBI" field.</summary>
public const int ADJAEKJAIBIFieldNumber = 1;
private uint aDJAEKJAIBI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ADJAEKJAIBI {
get { return aDJAEKJAIBI_; }
set {
aDJAEKJAIBI_ = value;
}
}
/// <summary>Field number for the "KEDAFILEAHI" field.</summary>
public const int KEDAFILEAHIFieldNumber = 9;
private uint kEDAFILEAHI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KEDAFILEAHI {
get { return kEDAFILEAHI_; }
set {
kEDAFILEAHI_ = 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 (RogueSubMode != other.RogueSubMode) return false;
if (AreaId != other.AreaId) return false;
if (!object.Equals(PendingAction, other.PendingAction)) return false;
if (ADJAEKJAIBI != other.ADJAEKJAIBI) return false;
if (KEDAFILEAHI != other.KEDAFILEAHI) 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 (RogueSubMode != 0) hash ^= RogueSubMode.GetHashCode();
if (AreaId != 0) hash ^= AreaId.GetHashCode();
if (pendingAction_ != null) hash ^= PendingAction.GetHashCode();
if (ADJAEKJAIBI != 0) hash ^= ADJAEKJAIBI.GetHashCode();
if (KEDAFILEAHI != 0) hash ^= KEDAFILEAHI.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 (ADJAEKJAIBI != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ADJAEKJAIBI);
}
if (KEDAFILEAHI != 0) {
output.WriteRawTag(72);
output.WriteUInt32(KEDAFILEAHI);
}
if (RogueSubMode != 0) {
output.WriteRawTag(96);
output.WriteUInt32(RogueSubMode);
}
if (pendingAction_ != null) {
output.WriteRawTag(114);
output.WriteMessage(PendingAction);
}
if (AreaId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(AreaId);
}
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 (ADJAEKJAIBI != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ADJAEKJAIBI);
}
if (KEDAFILEAHI != 0) {
output.WriteRawTag(72);
output.WriteUInt32(KEDAFILEAHI);
}
if (RogueSubMode != 0) {
output.WriteRawTag(96);
output.WriteUInt32(RogueSubMode);
}
if (pendingAction_ != null) {
output.WriteRawTag(114);
output.WriteMessage(PendingAction);
}
if (AreaId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(AreaId);
}
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 (RogueSubMode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueSubMode);
}
if (AreaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
}
if (pendingAction_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PendingAction);
}
if (ADJAEKJAIBI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ADJAEKJAIBI);
}
if (KEDAFILEAHI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KEDAFILEAHI);
}
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.RogueSubMode != 0) {
RogueSubMode = other.RogueSubMode;
}
if (other.AreaId != 0) {
AreaId = other.AreaId;
}
if (other.pendingAction_ != null) {
if (pendingAction_ == null) {
PendingAction = new global::EggLink.DanhengServer.Proto.RogueCommonPendingAction();
}
PendingAction.MergeFrom(other.PendingAction);
}
if (other.ADJAEKJAIBI != 0) {
ADJAEKJAIBI = other.ADJAEKJAIBI;
}
if (other.KEDAFILEAHI != 0) {
KEDAFILEAHI = other.KEDAFILEAHI;
}
_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: {
ADJAEKJAIBI = input.ReadUInt32();
break;
}
case 72: {
KEDAFILEAHI = input.ReadUInt32();
break;
}
case 96: {
RogueSubMode = input.ReadUInt32();
break;
}
case 114: {
if (pendingAction_ == null) {
PendingAction = new global::EggLink.DanhengServer.Proto.RogueCommonPendingAction();
}
input.ReadMessage(PendingAction);
break;
}
case 120: {
AreaId = 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: {
ADJAEKJAIBI = input.ReadUInt32();
break;
}
case 72: {
KEDAFILEAHI = input.ReadUInt32();
break;
}
case 96: {
RogueSubMode = input.ReadUInt32();
break;
}
case 114: {
if (pendingAction_ == null) {
PendingAction = new global::EggLink.DanhengServer.Proto.RogueCommonPendingAction();
}
input.ReadMessage(PendingAction);
break;
}
case 120: {
AreaId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code