mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
553 lines
18 KiB
C#
553 lines
18 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: EnterSceneCsReq.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 EnterSceneCsReq.proto</summary>
|
|
public static partial class EnterSceneCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for EnterSceneCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static EnterSceneCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVFbnRlclNjZW5lQ3NSZXEucHJvdG8aDFZlY3Rvci5wcm90byLcAQoPRW50",
|
|
"ZXJTY2VuZUNzUmVxEhMKC0VCRk1OQlBPR05EGAMgASgIEhQKA3JvdBgCIAEo",
|
|
"CzIHLlZlY3RvchIaChJnYW1lX3N0b3J5X2xpbmVfaWQYByABKA0SEwoLT0dM",
|
|
"SEhLQktFREEYDCABKAgSEAoIZW50cnlfaWQYASABKA0SHAoLQU5BSkVJS0xH",
|
|
"TUwYCSABKAsyBy5WZWN0b3ISFAoMaXNfY2xvc2VfbWFwGAggASgIEhIKCmNv",
|
|
"bnRlbnRfaWQYDSABKA0SEwoLdGVsZXBvcnRfaWQYDyABKA1CHqoCG0VnZ0xp",
|
|
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.VectorReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterSceneCsReq), global::EggLink.DanhengServer.Proto.EnterSceneCsReq.Parser, new[]{ "EBFMNBPOGND", "Rot", "GameStoryLineId", "OGLHHKBKEDA", "EntryId", "ANAJEIKLGML", "IsCloseMap", "ContentId", "TeleportId" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class EnterSceneCsReq : pb::IMessage<EnterSceneCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<EnterSceneCsReq> _parser = new pb::MessageParser<EnterSceneCsReq>(() => new EnterSceneCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<EnterSceneCsReq> 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.EnterSceneCsReqReflection.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 EnterSceneCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public EnterSceneCsReq(EnterSceneCsReq other) : this() {
|
|
eBFMNBPOGND_ = other.eBFMNBPOGND_;
|
|
rot_ = other.rot_ != null ? other.rot_.Clone() : null;
|
|
gameStoryLineId_ = other.gameStoryLineId_;
|
|
oGLHHKBKEDA_ = other.oGLHHKBKEDA_;
|
|
entryId_ = other.entryId_;
|
|
aNAJEIKLGML_ = other.aNAJEIKLGML_ != null ? other.aNAJEIKLGML_.Clone() : null;
|
|
isCloseMap_ = other.isCloseMap_;
|
|
contentId_ = other.contentId_;
|
|
teleportId_ = other.teleportId_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public EnterSceneCsReq Clone() {
|
|
return new EnterSceneCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "EBFMNBPOGND" field.</summary>
|
|
public const int EBFMNBPOGNDFieldNumber = 3;
|
|
private bool eBFMNBPOGND_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool EBFMNBPOGND {
|
|
get { return eBFMNBPOGND_; }
|
|
set {
|
|
eBFMNBPOGND_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "rot" field.</summary>
|
|
public const int RotFieldNumber = 2;
|
|
private global::EggLink.DanhengServer.Proto.Vector rot_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.Vector Rot {
|
|
get { return rot_; }
|
|
set {
|
|
rot_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "game_story_line_id" field.</summary>
|
|
public const int GameStoryLineIdFieldNumber = 7;
|
|
private uint gameStoryLineId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GameStoryLineId {
|
|
get { return gameStoryLineId_; }
|
|
set {
|
|
gameStoryLineId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OGLHHKBKEDA" field.</summary>
|
|
public const int OGLHHKBKEDAFieldNumber = 12;
|
|
private bool oGLHHKBKEDA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool OGLHHKBKEDA {
|
|
get { return oGLHHKBKEDA_; }
|
|
set {
|
|
oGLHHKBKEDA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "entry_id" field.</summary>
|
|
public const int EntryIdFieldNumber = 1;
|
|
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 "ANAJEIKLGML" field.</summary>
|
|
public const int ANAJEIKLGMLFieldNumber = 9;
|
|
private global::EggLink.DanhengServer.Proto.Vector aNAJEIKLGML_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.Vector ANAJEIKLGML {
|
|
get { return aNAJEIKLGML_; }
|
|
set {
|
|
aNAJEIKLGML_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_close_map" field.</summary>
|
|
public const int IsCloseMapFieldNumber = 8;
|
|
private bool isCloseMap_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsCloseMap {
|
|
get { return isCloseMap_; }
|
|
set {
|
|
isCloseMap_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "content_id" field.</summary>
|
|
public const int ContentIdFieldNumber = 13;
|
|
private uint contentId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ContentId {
|
|
get { return contentId_; }
|
|
set {
|
|
contentId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "teleport_id" field.</summary>
|
|
public const int TeleportIdFieldNumber = 15;
|
|
private uint teleportId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint TeleportId {
|
|
get { return teleportId_; }
|
|
set {
|
|
teleportId_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as EnterSceneCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(EnterSceneCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (EBFMNBPOGND != other.EBFMNBPOGND) return false;
|
|
if (!object.Equals(Rot, other.Rot)) return false;
|
|
if (GameStoryLineId != other.GameStoryLineId) return false;
|
|
if (OGLHHKBKEDA != other.OGLHHKBKEDA) return false;
|
|
if (EntryId != other.EntryId) return false;
|
|
if (!object.Equals(ANAJEIKLGML, other.ANAJEIKLGML)) return false;
|
|
if (IsCloseMap != other.IsCloseMap) return false;
|
|
if (ContentId != other.ContentId) return false;
|
|
if (TeleportId != other.TeleportId) 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 (EBFMNBPOGND != false) hash ^= EBFMNBPOGND.GetHashCode();
|
|
if (rot_ != null) hash ^= Rot.GetHashCode();
|
|
if (GameStoryLineId != 0) hash ^= GameStoryLineId.GetHashCode();
|
|
if (OGLHHKBKEDA != false) hash ^= OGLHHKBKEDA.GetHashCode();
|
|
if (EntryId != 0) hash ^= EntryId.GetHashCode();
|
|
if (aNAJEIKLGML_ != null) hash ^= ANAJEIKLGML.GetHashCode();
|
|
if (IsCloseMap != false) hash ^= IsCloseMap.GetHashCode();
|
|
if (ContentId != 0) hash ^= ContentId.GetHashCode();
|
|
if (TeleportId != 0) hash ^= TeleportId.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 (EntryId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(EntryId);
|
|
}
|
|
if (rot_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(Rot);
|
|
}
|
|
if (EBFMNBPOGND != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(EBFMNBPOGND);
|
|
}
|
|
if (GameStoryLineId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GameStoryLineId);
|
|
}
|
|
if (IsCloseMap != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(IsCloseMap);
|
|
}
|
|
if (aNAJEIKLGML_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(ANAJEIKLGML);
|
|
}
|
|
if (OGLHHKBKEDA != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(OGLHHKBKEDA);
|
|
}
|
|
if (ContentId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ContentId);
|
|
}
|
|
if (TeleportId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(TeleportId);
|
|
}
|
|
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 (EntryId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(EntryId);
|
|
}
|
|
if (rot_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(Rot);
|
|
}
|
|
if (EBFMNBPOGND != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(EBFMNBPOGND);
|
|
}
|
|
if (GameStoryLineId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GameStoryLineId);
|
|
}
|
|
if (IsCloseMap != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(IsCloseMap);
|
|
}
|
|
if (aNAJEIKLGML_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(ANAJEIKLGML);
|
|
}
|
|
if (OGLHHKBKEDA != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(OGLHHKBKEDA);
|
|
}
|
|
if (ContentId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ContentId);
|
|
}
|
|
if (TeleportId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(TeleportId);
|
|
}
|
|
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 (EBFMNBPOGND != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (rot_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Rot);
|
|
}
|
|
if (GameStoryLineId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameStoryLineId);
|
|
}
|
|
if (OGLHHKBKEDA != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (EntryId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EntryId);
|
|
}
|
|
if (aNAJEIKLGML_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ANAJEIKLGML);
|
|
}
|
|
if (IsCloseMap != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (ContentId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ContentId);
|
|
}
|
|
if (TeleportId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TeleportId);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(EnterSceneCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.EBFMNBPOGND != false) {
|
|
EBFMNBPOGND = other.EBFMNBPOGND;
|
|
}
|
|
if (other.rot_ != null) {
|
|
if (rot_ == null) {
|
|
Rot = new global::EggLink.DanhengServer.Proto.Vector();
|
|
}
|
|
Rot.MergeFrom(other.Rot);
|
|
}
|
|
if (other.GameStoryLineId != 0) {
|
|
GameStoryLineId = other.GameStoryLineId;
|
|
}
|
|
if (other.OGLHHKBKEDA != false) {
|
|
OGLHHKBKEDA = other.OGLHHKBKEDA;
|
|
}
|
|
if (other.EntryId != 0) {
|
|
EntryId = other.EntryId;
|
|
}
|
|
if (other.aNAJEIKLGML_ != null) {
|
|
if (aNAJEIKLGML_ == null) {
|
|
ANAJEIKLGML = new global::EggLink.DanhengServer.Proto.Vector();
|
|
}
|
|
ANAJEIKLGML.MergeFrom(other.ANAJEIKLGML);
|
|
}
|
|
if (other.IsCloseMap != false) {
|
|
IsCloseMap = other.IsCloseMap;
|
|
}
|
|
if (other.ContentId != 0) {
|
|
ContentId = other.ContentId;
|
|
}
|
|
if (other.TeleportId != 0) {
|
|
TeleportId = other.TeleportId;
|
|
}
|
|
_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: {
|
|
EntryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (rot_ == null) {
|
|
Rot = new global::EggLink.DanhengServer.Proto.Vector();
|
|
}
|
|
input.ReadMessage(Rot);
|
|
break;
|
|
}
|
|
case 24: {
|
|
EBFMNBPOGND = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GameStoryLineId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
IsCloseMap = input.ReadBool();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (aNAJEIKLGML_ == null) {
|
|
ANAJEIKLGML = new global::EggLink.DanhengServer.Proto.Vector();
|
|
}
|
|
input.ReadMessage(ANAJEIKLGML);
|
|
break;
|
|
}
|
|
case 96: {
|
|
OGLHHKBKEDA = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
ContentId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
TeleportId = 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: {
|
|
EntryId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (rot_ == null) {
|
|
Rot = new global::EggLink.DanhengServer.Proto.Vector();
|
|
}
|
|
input.ReadMessage(Rot);
|
|
break;
|
|
}
|
|
case 24: {
|
|
EBFMNBPOGND = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GameStoryLineId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
IsCloseMap = input.ReadBool();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (aNAJEIKLGML_ == null) {
|
|
ANAJEIKLGML = new global::EggLink.DanhengServer.Proto.Vector();
|
|
}
|
|
input.ReadMessage(ANAJEIKLGML);
|
|
break;
|
|
}
|
|
case 96: {
|
|
OGLHHKBKEDA = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
ContentId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
TeleportId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|