mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
551 lines
22 KiB
C#
551 lines
22 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetSceneMapInfoScRsp.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 GetSceneMapInfoScRsp.proto</summary>
|
|
public static partial class GetSceneMapInfoScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GetSceneMapInfoScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GetSceneMapInfoScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpHZXRTY2VuZU1hcEluZm9TY1JzcC5wcm90bxoSU2NlbmVNYXBJbmZvLnBy",
|
|
"b3RvGg9DaGVzdEluZm8ucHJvdG8aD01hemVHcm91cC5wcm90bxoTTWF6ZVBy",
|
|
"b3BTdGF0ZS5wcm90byLNAgoUR2V0U2NlbmVNYXBJbmZvU2NSc3ASEAoIZW50",
|
|
"cnlfaWQYDyABKA0SEwoLSE5PSExBRkhJQUUYBSABKA0SHAoUbGlnaHRlbl9z",
|
|
"ZWN0aW9uX2xpc3QYASADKA0SJgoObWF6ZV9wcm9wX2xpc3QYBCADKAsyDi5N",
|
|
"YXplUHJvcFN0YXRlEh4KCmNoZXN0X2xpc3QYCiADKAsyCi5DaGVzdEluZm8S",
|
|
"HAoUdW5sb2NrX3RlbGVwb3J0X2xpc3QYDiADKA0SEwoLREVPSktIRk1CSEsY",
|
|
"CyABKAgSIwoPbWF6ZV9ncm91cF9saXN0GAIgAygLMgouTWF6ZUdyb3VwEhgK",
|
|
"EGN1cl9tYXBfZW50cnlfaWQYByABKA0SJQoOc2NlbmVfbWFwX2luZm8YDCAD",
|
|
"KAsyDS5TY2VuZU1hcEluZm8SDwoHcmV0Y29kZRgIIAEoDUIeqgIbRWdnTGlu",
|
|
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneMapInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChestInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MazeGroupReflection.Descriptor, global::EggLink.DanhengServer.Proto.MazePropStateReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetSceneMapInfoScRsp), global::EggLink.DanhengServer.Proto.GetSceneMapInfoScRsp.Parser, new[]{ "EntryId", "HNOHLAFHIAE", "LightenSectionList", "MazePropList", "ChestList", "UnlockTeleportList", "DEOJKHFMBHK", "MazeGroupList", "CurMapEntryId", "SceneMapInfo", "Retcode" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GetSceneMapInfoScRsp : pb::IMessage<GetSceneMapInfoScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GetSceneMapInfoScRsp> _parser = new pb::MessageParser<GetSceneMapInfoScRsp>(() => new GetSceneMapInfoScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GetSceneMapInfoScRsp> 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.GetSceneMapInfoScRspReflection.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 GetSceneMapInfoScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetSceneMapInfoScRsp(GetSceneMapInfoScRsp other) : this() {
|
|
entryId_ = other.entryId_;
|
|
hNOHLAFHIAE_ = other.hNOHLAFHIAE_;
|
|
lightenSectionList_ = other.lightenSectionList_.Clone();
|
|
mazePropList_ = other.mazePropList_.Clone();
|
|
chestList_ = other.chestList_.Clone();
|
|
unlockTeleportList_ = other.unlockTeleportList_.Clone();
|
|
dEOJKHFMBHK_ = other.dEOJKHFMBHK_;
|
|
mazeGroupList_ = other.mazeGroupList_.Clone();
|
|
curMapEntryId_ = other.curMapEntryId_;
|
|
sceneMapInfo_ = other.sceneMapInfo_.Clone();
|
|
retcode_ = other.retcode_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetSceneMapInfoScRsp Clone() {
|
|
return new GetSceneMapInfoScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "entry_id" field.</summary>
|
|
public const int EntryIdFieldNumber = 15;
|
|
private uint entryId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EntryId {
|
|
get { return entryId_; }
|
|
set {
|
|
entryId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HNOHLAFHIAE" field.</summary>
|
|
public const int HNOHLAFHIAEFieldNumber = 5;
|
|
private uint hNOHLAFHIAE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HNOHLAFHIAE {
|
|
get { return hNOHLAFHIAE_; }
|
|
set {
|
|
hNOHLAFHIAE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "lighten_section_list" field.</summary>
|
|
public const int LightenSectionListFieldNumber = 1;
|
|
private static readonly pb::FieldCodec<uint> _repeated_lightenSectionList_codec
|
|
= pb::FieldCodec.ForUInt32(10);
|
|
private readonly pbc::RepeatedField<uint> lightenSectionList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> LightenSectionList {
|
|
get { return lightenSectionList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "maze_prop_list" field.</summary>
|
|
public const int MazePropListFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MazePropState> _repeated_mazePropList_codec
|
|
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.MazePropState.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MazePropState> mazePropList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MazePropState>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MazePropState> MazePropList {
|
|
get { return mazePropList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "chest_list" field.</summary>
|
|
public const int ChestListFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ChestInfo> _repeated_chestList_codec
|
|
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.ChestInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChestInfo> chestList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChestInfo>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChestInfo> ChestList {
|
|
get { return chestList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "unlock_teleport_list" field.</summary>
|
|
public const int UnlockTeleportListFieldNumber = 14;
|
|
private static readonly pb::FieldCodec<uint> _repeated_unlockTeleportList_codec
|
|
= pb::FieldCodec.ForUInt32(114);
|
|
private readonly pbc::RepeatedField<uint> unlockTeleportList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> UnlockTeleportList {
|
|
get { return unlockTeleportList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "DEOJKHFMBHK" field.</summary>
|
|
public const int DEOJKHFMBHKFieldNumber = 11;
|
|
private bool dEOJKHFMBHK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool DEOJKHFMBHK {
|
|
get { return dEOJKHFMBHK_; }
|
|
set {
|
|
dEOJKHFMBHK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "maze_group_list" field.</summary>
|
|
public const int MazeGroupListFieldNumber = 2;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MazeGroup> _repeated_mazeGroupList_codec
|
|
= pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.MazeGroup.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MazeGroup> mazeGroupList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MazeGroup>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MazeGroup> MazeGroupList {
|
|
get { return mazeGroupList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "cur_map_entry_id" field.</summary>
|
|
public const int CurMapEntryIdFieldNumber = 7;
|
|
private uint curMapEntryId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CurMapEntryId {
|
|
get { return curMapEntryId_; }
|
|
set {
|
|
curMapEntryId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "scene_map_info" field.</summary>
|
|
public const int SceneMapInfoFieldNumber = 12;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.SceneMapInfo> _repeated_sceneMapInfo_codec
|
|
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.SceneMapInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.SceneMapInfo> sceneMapInfo_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.SceneMapInfo>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.SceneMapInfo> SceneMapInfo {
|
|
get { return sceneMapInfo_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 8;
|
|
private uint retcode_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Retcode {
|
|
get { return retcode_; }
|
|
set {
|
|
retcode_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GetSceneMapInfoScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GetSceneMapInfoScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (EntryId != other.EntryId) return false;
|
|
if (HNOHLAFHIAE != other.HNOHLAFHIAE) return false;
|
|
if(!lightenSectionList_.Equals(other.lightenSectionList_)) return false;
|
|
if(!mazePropList_.Equals(other.mazePropList_)) return false;
|
|
if(!chestList_.Equals(other.chestList_)) return false;
|
|
if(!unlockTeleportList_.Equals(other.unlockTeleportList_)) return false;
|
|
if (DEOJKHFMBHK != other.DEOJKHFMBHK) return false;
|
|
if(!mazeGroupList_.Equals(other.mazeGroupList_)) return false;
|
|
if (CurMapEntryId != other.CurMapEntryId) return false;
|
|
if(!sceneMapInfo_.Equals(other.sceneMapInfo_)) return false;
|
|
if (Retcode != other.Retcode) 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 (EntryId != 0) hash ^= EntryId.GetHashCode();
|
|
if (HNOHLAFHIAE != 0) hash ^= HNOHLAFHIAE.GetHashCode();
|
|
hash ^= lightenSectionList_.GetHashCode();
|
|
hash ^= mazePropList_.GetHashCode();
|
|
hash ^= chestList_.GetHashCode();
|
|
hash ^= unlockTeleportList_.GetHashCode();
|
|
if (DEOJKHFMBHK != false) hash ^= DEOJKHFMBHK.GetHashCode();
|
|
hash ^= mazeGroupList_.GetHashCode();
|
|
if (CurMapEntryId != 0) hash ^= CurMapEntryId.GetHashCode();
|
|
hash ^= sceneMapInfo_.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.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
|
|
lightenSectionList_.WriteTo(output, _repeated_lightenSectionList_codec);
|
|
mazeGroupList_.WriteTo(output, _repeated_mazeGroupList_codec);
|
|
mazePropList_.WriteTo(output, _repeated_mazePropList_codec);
|
|
if (HNOHLAFHIAE != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(HNOHLAFHIAE);
|
|
}
|
|
if (CurMapEntryId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(CurMapEntryId);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
chestList_.WriteTo(output, _repeated_chestList_codec);
|
|
if (DEOJKHFMBHK != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(DEOJKHFMBHK);
|
|
}
|
|
sceneMapInfo_.WriteTo(output, _repeated_sceneMapInfo_codec);
|
|
unlockTeleportList_.WriteTo(output, _repeated_unlockTeleportList_codec);
|
|
if (EntryId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(EntryId);
|
|
}
|
|
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) {
|
|
lightenSectionList_.WriteTo(ref output, _repeated_lightenSectionList_codec);
|
|
mazeGroupList_.WriteTo(ref output, _repeated_mazeGroupList_codec);
|
|
mazePropList_.WriteTo(ref output, _repeated_mazePropList_codec);
|
|
if (HNOHLAFHIAE != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(HNOHLAFHIAE);
|
|
}
|
|
if (CurMapEntryId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(CurMapEntryId);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
chestList_.WriteTo(ref output, _repeated_chestList_codec);
|
|
if (DEOJKHFMBHK != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(DEOJKHFMBHK);
|
|
}
|
|
sceneMapInfo_.WriteTo(ref output, _repeated_sceneMapInfo_codec);
|
|
unlockTeleportList_.WriteTo(ref output, _repeated_unlockTeleportList_codec);
|
|
if (EntryId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(EntryId);
|
|
}
|
|
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 (EntryId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EntryId);
|
|
}
|
|
if (HNOHLAFHIAE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HNOHLAFHIAE);
|
|
}
|
|
size += lightenSectionList_.CalculateSize(_repeated_lightenSectionList_codec);
|
|
size += mazePropList_.CalculateSize(_repeated_mazePropList_codec);
|
|
size += chestList_.CalculateSize(_repeated_chestList_codec);
|
|
size += unlockTeleportList_.CalculateSize(_repeated_unlockTeleportList_codec);
|
|
if (DEOJKHFMBHK != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += mazeGroupList_.CalculateSize(_repeated_mazeGroupList_codec);
|
|
if (CurMapEntryId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurMapEntryId);
|
|
}
|
|
size += sceneMapInfo_.CalculateSize(_repeated_sceneMapInfo_codec);
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GetSceneMapInfoScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.EntryId != 0) {
|
|
EntryId = other.EntryId;
|
|
}
|
|
if (other.HNOHLAFHIAE != 0) {
|
|
HNOHLAFHIAE = other.HNOHLAFHIAE;
|
|
}
|
|
lightenSectionList_.Add(other.lightenSectionList_);
|
|
mazePropList_.Add(other.mazePropList_);
|
|
chestList_.Add(other.chestList_);
|
|
unlockTeleportList_.Add(other.unlockTeleportList_);
|
|
if (other.DEOJKHFMBHK != false) {
|
|
DEOJKHFMBHK = other.DEOJKHFMBHK;
|
|
}
|
|
mazeGroupList_.Add(other.mazeGroupList_);
|
|
if (other.CurMapEntryId != 0) {
|
|
CurMapEntryId = other.CurMapEntryId;
|
|
}
|
|
sceneMapInfo_.Add(other.sceneMapInfo_);
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
_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:
|
|
case 8: {
|
|
lightenSectionList_.AddEntriesFrom(input, _repeated_lightenSectionList_codec);
|
|
break;
|
|
}
|
|
case 18: {
|
|
mazeGroupList_.AddEntriesFrom(input, _repeated_mazeGroupList_codec);
|
|
break;
|
|
}
|
|
case 34: {
|
|
mazePropList_.AddEntriesFrom(input, _repeated_mazePropList_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
HNOHLAFHIAE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
CurMapEntryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
chestList_.AddEntriesFrom(input, _repeated_chestList_codec);
|
|
break;
|
|
}
|
|
case 88: {
|
|
DEOJKHFMBHK = input.ReadBool();
|
|
break;
|
|
}
|
|
case 98: {
|
|
sceneMapInfo_.AddEntriesFrom(input, _repeated_sceneMapInfo_codec);
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
unlockTeleportList_.AddEntriesFrom(input, _repeated_unlockTeleportList_codec);
|
|
break;
|
|
}
|
|
case 120: {
|
|
EntryId = 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:
|
|
case 8: {
|
|
lightenSectionList_.AddEntriesFrom(ref input, _repeated_lightenSectionList_codec);
|
|
break;
|
|
}
|
|
case 18: {
|
|
mazeGroupList_.AddEntriesFrom(ref input, _repeated_mazeGroupList_codec);
|
|
break;
|
|
}
|
|
case 34: {
|
|
mazePropList_.AddEntriesFrom(ref input, _repeated_mazePropList_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
HNOHLAFHIAE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
CurMapEntryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
chestList_.AddEntriesFrom(ref input, _repeated_chestList_codec);
|
|
break;
|
|
}
|
|
case 88: {
|
|
DEOJKHFMBHK = input.ReadBool();
|
|
break;
|
|
}
|
|
case 98: {
|
|
sceneMapInfo_.AddEntriesFrom(ref input, _repeated_sceneMapInfo_codec);
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
unlockTeleportList_.AddEntriesFrom(ref input, _repeated_unlockTeleportList_codec);
|
|
break;
|
|
}
|
|
case 120: {
|
|
EntryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|