mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
527 lines
18 KiB
C#
527 lines
18 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ChessRogueLevelInfo.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 ChessRogueLevelInfo.proto</summary>
|
|
public static partial class ChessRogueLevelInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ChessRogueLevelInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ChessRogueLevelInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChlDaGVzc1JvZ3VlTGV2ZWxJbmZvLnByb3RvGhhDaGVzc1JvZ3VlQXJlYUlu",
|
|
"Zm8ucHJvdG8i5gEKE0NoZXNzUm9ndWVMZXZlbEluZm8SEAoIbGF5ZXJfaWQY",
|
|
"ByABKA0SFAoMYWN0aW9uX3BvaW50GA4gASgFEiYKCWFyZWFfaW5mbxgBIAEo",
|
|
"CzITLkNoZXNzUm9ndWVBcmVhSW5mbxIUCgxsZXZlbF9zdGF0dXMYDyABKA0S",
|
|
"HQoVZXhwbG9yZWRfYXJlYV9pZF9saXN0GAUgAygNEhMKC0JMSUFLQUtGS0ZL",
|
|
"GAsgASgFEgoKAmlkGA0gASgNEhQKDGFyZWFfaWRfbGlzdBgEIAMoDRITCgtF",
|
|
"RUFQTE5LREtMTxgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
|
|
"b3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAreaInfoReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueLevelInfo), global::EggLink.DanhengServer.Proto.ChessRogueLevelInfo.Parser, new[]{ "LayerId", "ActionPoint", "AreaInfo", "LevelStatus", "ExploredAreaIdList", "BLIAKAKFKFK", "Id", "AreaIdList", "EEAPLNKDKLO" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ChessRogueLevelInfo : pb::IMessage<ChessRogueLevelInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ChessRogueLevelInfo> _parser = new pb::MessageParser<ChessRogueLevelInfo>(() => new ChessRogueLevelInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ChessRogueLevelInfo> 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.ChessRogueLevelInfoReflection.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 ChessRogueLevelInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChessRogueLevelInfo(ChessRogueLevelInfo other) : this() {
|
|
layerId_ = other.layerId_;
|
|
actionPoint_ = other.actionPoint_;
|
|
areaInfo_ = other.areaInfo_ != null ? other.areaInfo_.Clone() : null;
|
|
levelStatus_ = other.levelStatus_;
|
|
exploredAreaIdList_ = other.exploredAreaIdList_.Clone();
|
|
bLIAKAKFKFK_ = other.bLIAKAKFKFK_;
|
|
id_ = other.id_;
|
|
areaIdList_ = other.areaIdList_.Clone();
|
|
eEAPLNKDKLO_ = other.eEAPLNKDKLO_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChessRogueLevelInfo Clone() {
|
|
return new ChessRogueLevelInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "layer_id" field.</summary>
|
|
public const int LayerIdFieldNumber = 7;
|
|
private uint layerId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LayerId {
|
|
get { return layerId_; }
|
|
set {
|
|
layerId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "action_point" field.</summary>
|
|
public const int ActionPointFieldNumber = 14;
|
|
private int actionPoint_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int ActionPoint {
|
|
get { return actionPoint_; }
|
|
set {
|
|
actionPoint_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "area_info" field.</summary>
|
|
public const int AreaInfoFieldNumber = 1;
|
|
private global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo areaInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo AreaInfo {
|
|
get { return areaInfo_; }
|
|
set {
|
|
areaInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level_status" field.</summary>
|
|
public const int LevelStatusFieldNumber = 15;
|
|
private uint levelStatus_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LevelStatus {
|
|
get { return levelStatus_; }
|
|
set {
|
|
levelStatus_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "explored_area_id_list" field.</summary>
|
|
public const int ExploredAreaIdListFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<uint> _repeated_exploredAreaIdList_codec
|
|
= pb::FieldCodec.ForUInt32(42);
|
|
private readonly pbc::RepeatedField<uint> exploredAreaIdList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> ExploredAreaIdList {
|
|
get { return exploredAreaIdList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "BLIAKAKFKFK" field.</summary>
|
|
public const int BLIAKAKFKFKFieldNumber = 11;
|
|
private int bLIAKAKFKFK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int BLIAKAKFKFK {
|
|
get { return bLIAKAKFKFK_; }
|
|
set {
|
|
bLIAKAKFKFK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "id" field.</summary>
|
|
public const int IdFieldNumber = 13;
|
|
private uint id_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Id {
|
|
get { return id_; }
|
|
set {
|
|
id_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "area_id_list" field.</summary>
|
|
public const int AreaIdListFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<uint> _repeated_areaIdList_codec
|
|
= pb::FieldCodec.ForUInt32(34);
|
|
private readonly pbc::RepeatedField<uint> areaIdList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> AreaIdList {
|
|
get { return areaIdList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "EEAPLNKDKLO" field.</summary>
|
|
public const int EEAPLNKDKLOFieldNumber = 2;
|
|
private uint eEAPLNKDKLO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EEAPLNKDKLO {
|
|
get { return eEAPLNKDKLO_; }
|
|
set {
|
|
eEAPLNKDKLO_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ChessRogueLevelInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ChessRogueLevelInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (LayerId != other.LayerId) return false;
|
|
if (ActionPoint != other.ActionPoint) return false;
|
|
if (!object.Equals(AreaInfo, other.AreaInfo)) return false;
|
|
if (LevelStatus != other.LevelStatus) return false;
|
|
if(!exploredAreaIdList_.Equals(other.exploredAreaIdList_)) return false;
|
|
if (BLIAKAKFKFK != other.BLIAKAKFKFK) return false;
|
|
if (Id != other.Id) return false;
|
|
if(!areaIdList_.Equals(other.areaIdList_)) return false;
|
|
if (EEAPLNKDKLO != other.EEAPLNKDKLO) 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 (LayerId != 0) hash ^= LayerId.GetHashCode();
|
|
if (ActionPoint != 0) hash ^= ActionPoint.GetHashCode();
|
|
if (areaInfo_ != null) hash ^= AreaInfo.GetHashCode();
|
|
if (LevelStatus != 0) hash ^= LevelStatus.GetHashCode();
|
|
hash ^= exploredAreaIdList_.GetHashCode();
|
|
if (BLIAKAKFKFK != 0) hash ^= BLIAKAKFKFK.GetHashCode();
|
|
if (Id != 0) hash ^= Id.GetHashCode();
|
|
hash ^= areaIdList_.GetHashCode();
|
|
if (EEAPLNKDKLO != 0) hash ^= EEAPLNKDKLO.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 (areaInfo_ != null) {
|
|
output.WriteRawTag(10);
|
|
output.WriteMessage(AreaInfo);
|
|
}
|
|
if (EEAPLNKDKLO != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(EEAPLNKDKLO);
|
|
}
|
|
areaIdList_.WriteTo(output, _repeated_areaIdList_codec);
|
|
exploredAreaIdList_.WriteTo(output, _repeated_exploredAreaIdList_codec);
|
|
if (LayerId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(LayerId);
|
|
}
|
|
if (BLIAKAKFKFK != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt32(BLIAKAKFKFK);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (ActionPoint != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteInt32(ActionPoint);
|
|
}
|
|
if (LevelStatus != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(LevelStatus);
|
|
}
|
|
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 (areaInfo_ != null) {
|
|
output.WriteRawTag(10);
|
|
output.WriteMessage(AreaInfo);
|
|
}
|
|
if (EEAPLNKDKLO != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(EEAPLNKDKLO);
|
|
}
|
|
areaIdList_.WriteTo(ref output, _repeated_areaIdList_codec);
|
|
exploredAreaIdList_.WriteTo(ref output, _repeated_exploredAreaIdList_codec);
|
|
if (LayerId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(LayerId);
|
|
}
|
|
if (BLIAKAKFKFK != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt32(BLIAKAKFKFK);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (ActionPoint != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteInt32(ActionPoint);
|
|
}
|
|
if (LevelStatus != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(LevelStatus);
|
|
}
|
|
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 (LayerId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LayerId);
|
|
}
|
|
if (ActionPoint != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActionPoint);
|
|
}
|
|
if (areaInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(AreaInfo);
|
|
}
|
|
if (LevelStatus != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelStatus);
|
|
}
|
|
size += exploredAreaIdList_.CalculateSize(_repeated_exploredAreaIdList_codec);
|
|
if (BLIAKAKFKFK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(BLIAKAKFKFK);
|
|
}
|
|
if (Id != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
|
}
|
|
size += areaIdList_.CalculateSize(_repeated_areaIdList_codec);
|
|
if (EEAPLNKDKLO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EEAPLNKDKLO);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ChessRogueLevelInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.LayerId != 0) {
|
|
LayerId = other.LayerId;
|
|
}
|
|
if (other.ActionPoint != 0) {
|
|
ActionPoint = other.ActionPoint;
|
|
}
|
|
if (other.areaInfo_ != null) {
|
|
if (areaInfo_ == null) {
|
|
AreaInfo = new global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo();
|
|
}
|
|
AreaInfo.MergeFrom(other.AreaInfo);
|
|
}
|
|
if (other.LevelStatus != 0) {
|
|
LevelStatus = other.LevelStatus;
|
|
}
|
|
exploredAreaIdList_.Add(other.exploredAreaIdList_);
|
|
if (other.BLIAKAKFKFK != 0) {
|
|
BLIAKAKFKFK = other.BLIAKAKFKFK;
|
|
}
|
|
if (other.Id != 0) {
|
|
Id = other.Id;
|
|
}
|
|
areaIdList_.Add(other.areaIdList_);
|
|
if (other.EEAPLNKDKLO != 0) {
|
|
EEAPLNKDKLO = other.EEAPLNKDKLO;
|
|
}
|
|
_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 10: {
|
|
if (areaInfo_ == null) {
|
|
AreaInfo = new global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo();
|
|
}
|
|
input.ReadMessage(AreaInfo);
|
|
break;
|
|
}
|
|
case 16: {
|
|
EEAPLNKDKLO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34:
|
|
case 32: {
|
|
areaIdList_.AddEntriesFrom(input, _repeated_areaIdList_codec);
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
exploredAreaIdList_.AddEntriesFrom(input, _repeated_exploredAreaIdList_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
LayerId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
BLIAKAKFKFK = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
ActionPoint = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
LevelStatus = 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 10: {
|
|
if (areaInfo_ == null) {
|
|
AreaInfo = new global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo();
|
|
}
|
|
input.ReadMessage(AreaInfo);
|
|
break;
|
|
}
|
|
case 16: {
|
|
EEAPLNKDKLO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34:
|
|
case 32: {
|
|
areaIdList_.AddEntriesFrom(ref input, _repeated_areaIdList_codec);
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
exploredAreaIdList_.AddEntriesFrom(ref input, _repeated_exploredAreaIdList_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
LayerId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
BLIAKAKFKFK = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
ActionPoint = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
LevelStatus = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|