mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-16 08:25:32 +01:00
570 lines
19 KiB
C#
570 lines
19 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: StarTowerMap.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 Nova.Client {
|
|
|
|
/// <summary>Holder for reflection information generated from StarTowerMap.proto</summary>
|
|
public static partial class StarTowerMapReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for StarTowerMap.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static StarTowerMapReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChJTdGFyVG93ZXJNYXAucHJvdG8i1wEKDFN0YXJUb3dlck1hcBIKCgJpZBgB",
|
|
"IAEoBRIRCglzY2VuZV9yZXMYAiABKAkSFQoNYl9nX3NjZW5lX3JlcxgDIAEo",
|
|
"CRINCgV0aGVtZRgEIAEoBRISCgpwcmVmYWJfbnVtGAUgAygFEgsKA21pchgG",
|
|
"IAEoCBIUCgxvdXRfcG9ydF9udW0YByABKAUSFQoNb3V0X3BvcnRfaGludBgI",
|
|
"IAEoCBIRCgliX2dfbV9yZXMYCSABKAkSIQoZY29tcGxldGVfc291bmRfZWZm",
|
|
"ZWN0X3JlcxgKIAEoCUIOqgILTm92YS5DbGllbnRiBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.StarTowerMap), global::Nova.Client.StarTowerMap.Parser, new[]{ "Id", "SceneRes", "BGSceneRes", "Theme", "PrefabNum", "Mir", "OutPortNum", "OutPortHint", "BGMRes", "CompleteSoundEffectRes" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class StarTowerMap : pb::IMessage<StarTowerMap>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<StarTowerMap> _parser = new pb::MessageParser<StarTowerMap>(() => new StarTowerMap());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<StarTowerMap> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::Nova.Client.StarTowerMapReflection.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 StarTowerMap() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public StarTowerMap(StarTowerMap other) : this() {
|
|
id_ = other.id_;
|
|
sceneRes_ = other.sceneRes_;
|
|
bGSceneRes_ = other.bGSceneRes_;
|
|
theme_ = other.theme_;
|
|
prefabNum_ = other.prefabNum_.Clone();
|
|
mir_ = other.mir_;
|
|
outPortNum_ = other.outPortNum_;
|
|
outPortHint_ = other.outPortHint_;
|
|
bGMRes_ = other.bGMRes_;
|
|
completeSoundEffectRes_ = other.completeSoundEffectRes_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public StarTowerMap Clone() {
|
|
return new StarTowerMap(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "id" field.</summary>
|
|
public const int IdFieldNumber = 1;
|
|
private int id_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int Id {
|
|
get { return id_; }
|
|
set {
|
|
id_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "scene_res" field.</summary>
|
|
public const int SceneResFieldNumber = 2;
|
|
private string sceneRes_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string SceneRes {
|
|
get { return sceneRes_; }
|
|
set {
|
|
sceneRes_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "b_g_scene_res" field.</summary>
|
|
public const int BGSceneResFieldNumber = 3;
|
|
private string bGSceneRes_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string BGSceneRes {
|
|
get { return bGSceneRes_; }
|
|
set {
|
|
bGSceneRes_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "theme" field.</summary>
|
|
public const int ThemeFieldNumber = 4;
|
|
private int theme_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int Theme {
|
|
get { return theme_; }
|
|
set {
|
|
theme_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "prefab_num" field.</summary>
|
|
public const int PrefabNumFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<int> _repeated_prefabNum_codec
|
|
= pb::FieldCodec.ForInt32(42);
|
|
private readonly pbc::RepeatedField<int> prefabNum_ = new pbc::RepeatedField<int>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<int> PrefabNum {
|
|
get { return prefabNum_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "mir" field.</summary>
|
|
public const int MirFieldNumber = 6;
|
|
private bool mir_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Mir {
|
|
get { return mir_; }
|
|
set {
|
|
mir_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "out_port_num" field.</summary>
|
|
public const int OutPortNumFieldNumber = 7;
|
|
private int outPortNum_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int OutPortNum {
|
|
get { return outPortNum_; }
|
|
set {
|
|
outPortNum_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "out_port_hint" field.</summary>
|
|
public const int OutPortHintFieldNumber = 8;
|
|
private bool outPortHint_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool OutPortHint {
|
|
get { return outPortHint_; }
|
|
set {
|
|
outPortHint_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "b_g_m_res" field.</summary>
|
|
public const int BGMResFieldNumber = 9;
|
|
private string bGMRes_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string BGMRes {
|
|
get { return bGMRes_; }
|
|
set {
|
|
bGMRes_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "complete_sound_effect_res" field.</summary>
|
|
public const int CompleteSoundEffectResFieldNumber = 10;
|
|
private string completeSoundEffectRes_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string CompleteSoundEffectRes {
|
|
get { return completeSoundEffectRes_; }
|
|
set {
|
|
completeSoundEffectRes_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as StarTowerMap);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(StarTowerMap other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Id != other.Id) return false;
|
|
if (SceneRes != other.SceneRes) return false;
|
|
if (BGSceneRes != other.BGSceneRes) return false;
|
|
if (Theme != other.Theme) return false;
|
|
if(!prefabNum_.Equals(other.prefabNum_)) return false;
|
|
if (Mir != other.Mir) return false;
|
|
if (OutPortNum != other.OutPortNum) return false;
|
|
if (OutPortHint != other.OutPortHint) return false;
|
|
if (BGMRes != other.BGMRes) return false;
|
|
if (CompleteSoundEffectRes != other.CompleteSoundEffectRes) 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 (Id != 0) hash ^= Id.GetHashCode();
|
|
if (SceneRes.Length != 0) hash ^= SceneRes.GetHashCode();
|
|
if (BGSceneRes.Length != 0) hash ^= BGSceneRes.GetHashCode();
|
|
if (Theme != 0) hash ^= Theme.GetHashCode();
|
|
hash ^= prefabNum_.GetHashCode();
|
|
if (Mir != false) hash ^= Mir.GetHashCode();
|
|
if (OutPortNum != 0) hash ^= OutPortNum.GetHashCode();
|
|
if (OutPortHint != false) hash ^= OutPortHint.GetHashCode();
|
|
if (BGMRes.Length != 0) hash ^= BGMRes.GetHashCode();
|
|
if (CompleteSoundEffectRes.Length != 0) hash ^= CompleteSoundEffectRes.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 (Id != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteInt32(Id);
|
|
}
|
|
if (SceneRes.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(SceneRes);
|
|
}
|
|
if (BGSceneRes.Length != 0) {
|
|
output.WriteRawTag(26);
|
|
output.WriteString(BGSceneRes);
|
|
}
|
|
if (Theme != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt32(Theme);
|
|
}
|
|
prefabNum_.WriteTo(output, _repeated_prefabNum_codec);
|
|
if (Mir != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(Mir);
|
|
}
|
|
if (OutPortNum != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteInt32(OutPortNum);
|
|
}
|
|
if (OutPortHint != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(OutPortHint);
|
|
}
|
|
if (BGMRes.Length != 0) {
|
|
output.WriteRawTag(74);
|
|
output.WriteString(BGMRes);
|
|
}
|
|
if (CompleteSoundEffectRes.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(CompleteSoundEffectRes);
|
|
}
|
|
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 (Id != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteInt32(Id);
|
|
}
|
|
if (SceneRes.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(SceneRes);
|
|
}
|
|
if (BGSceneRes.Length != 0) {
|
|
output.WriteRawTag(26);
|
|
output.WriteString(BGSceneRes);
|
|
}
|
|
if (Theme != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt32(Theme);
|
|
}
|
|
prefabNum_.WriteTo(ref output, _repeated_prefabNum_codec);
|
|
if (Mir != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(Mir);
|
|
}
|
|
if (OutPortNum != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteInt32(OutPortNum);
|
|
}
|
|
if (OutPortHint != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(OutPortHint);
|
|
}
|
|
if (BGMRes.Length != 0) {
|
|
output.WriteRawTag(74);
|
|
output.WriteString(BGMRes);
|
|
}
|
|
if (CompleteSoundEffectRes.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(CompleteSoundEffectRes);
|
|
}
|
|
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 (Id != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
|
|
}
|
|
if (SceneRes.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(SceneRes);
|
|
}
|
|
if (BGSceneRes.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(BGSceneRes);
|
|
}
|
|
if (Theme != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Theme);
|
|
}
|
|
size += prefabNum_.CalculateSize(_repeated_prefabNum_codec);
|
|
if (Mir != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (OutPortNum != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(OutPortNum);
|
|
}
|
|
if (OutPortHint != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (BGMRes.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(BGMRes);
|
|
}
|
|
if (CompleteSoundEffectRes.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(CompleteSoundEffectRes);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(StarTowerMap other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Id != 0) {
|
|
Id = other.Id;
|
|
}
|
|
if (other.SceneRes.Length != 0) {
|
|
SceneRes = other.SceneRes;
|
|
}
|
|
if (other.BGSceneRes.Length != 0) {
|
|
BGSceneRes = other.BGSceneRes;
|
|
}
|
|
if (other.Theme != 0) {
|
|
Theme = other.Theme;
|
|
}
|
|
prefabNum_.Add(other.prefabNum_);
|
|
if (other.Mir != false) {
|
|
Mir = other.Mir;
|
|
}
|
|
if (other.OutPortNum != 0) {
|
|
OutPortNum = other.OutPortNum;
|
|
}
|
|
if (other.OutPortHint != false) {
|
|
OutPortHint = other.OutPortHint;
|
|
}
|
|
if (other.BGMRes.Length != 0) {
|
|
BGMRes = other.BGMRes;
|
|
}
|
|
if (other.CompleteSoundEffectRes.Length != 0) {
|
|
CompleteSoundEffectRes = other.CompleteSoundEffectRes;
|
|
}
|
|
_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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 8: {
|
|
Id = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
SceneRes = input.ReadString();
|
|
break;
|
|
}
|
|
case 26: {
|
|
BGSceneRes = input.ReadString();
|
|
break;
|
|
}
|
|
case 32: {
|
|
Theme = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
prefabNum_.AddEntriesFrom(input, _repeated_prefabNum_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
Mir = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
OutPortNum = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
OutPortHint = input.ReadBool();
|
|
break;
|
|
}
|
|
case 74: {
|
|
BGMRes = input.ReadString();
|
|
break;
|
|
}
|
|
case 82: {
|
|
CompleteSoundEffectRes = input.ReadString();
|
|
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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 8: {
|
|
Id = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
SceneRes = input.ReadString();
|
|
break;
|
|
}
|
|
case 26: {
|
|
BGSceneRes = input.ReadString();
|
|
break;
|
|
}
|
|
case 32: {
|
|
Theme = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
prefabNum_.AddEntriesFrom(ref input, _repeated_prefabNum_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
Mir = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
OutPortNum = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
OutPortHint = input.ReadBool();
|
|
break;
|
|
}
|
|
case 74: {
|
|
BGMRes = input.ReadString();
|
|
break;
|
|
}
|
|
case 82: {
|
|
CompleteSoundEffectRes = input.ReadString();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|