Files
Novaria/NTR.Common/protos/EquipmentInstanceFloor.cs
2025-01-08 20:08:36 -05:00

843 lines
28 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EquipmentInstanceFloor.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 EquipmentInstanceFloor.proto</summary>
public static partial class EquipmentInstanceFloorReflection {
#region Descriptor
/// <summary>File descriptor for EquipmentInstanceFloor.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static EquipmentInstanceFloorReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxFcXVpcG1lbnRJbnN0YW5jZUZsb29yLnByb3RvIq8DChZFcXVpcG1lbnRJ",
"bnN0YW5jZUZsb29yEgoKAmlkGAEgASgFEhIKCnNjZW5lX25hbWUYAiABKAkS",
"GgoSY29uZmlnX3ByZWZhYl9uYW1lGAMgASgJEg0KBXRoZW1lGAQgASgFEg0K",
"BWJfZ19tGAUgASgJEhsKE2xlYXZlX3RyaWdnZXJfZXZlbnQYBiABKAkSEgoK",
"bW9uc3Rlcl9pZBgHIAEoBRIaChJvbmVfc3Rhcl9jb25kaXRpb24YCCABKAUS",
"GgoSdHdvX3N0YXJfY29uZGl0aW9uGAkgASgFEhwKFHRocmVlX3N0YXJfY29u",
"ZGl0aW9uGAogASgFEhgKEGxldmVsX3RvdGFsX3RpbWUYCyABKAUSGwoTdGlt",
"ZV9lbmRfc2V0dGxlbWVudBgMIAEoCBIbChNzdGFyX2NvbmRpdGlvbl90eXBl",
"GA0gASgFEhIKCm1vbnN0ZXJfbHYYDiABKAUSHAoUZHJvcF9vYmplY3RfZ3Jv",
"dXBfaWQYDyABKAUSGAoQZHJvcF9vYmplY3RfcmF0ZRgQIAEoBRIUCgxkcm9w",
"X21heF9udW0YESABKAVCDqoCC05vdmEuQ2xpZW50YgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.EquipmentInstanceFloor), global::Nova.Client.EquipmentInstanceFloor.Parser, new[]{ "Id", "SceneName", "ConfigPrefabName", "Theme", "BGM", "LeaveTriggerEvent", "MonsterId", "OneStarCondition", "TwoStarCondition", "ThreeStarCondition", "LevelTotalTime", "TimeEndSettlement", "StarConditionType", "MonsterLv", "DropObjectGroupId", "DropObjectRate", "DropMaxNum" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class EquipmentInstanceFloor : pb::IMessage<EquipmentInstanceFloor>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<EquipmentInstanceFloor> _parser = new pb::MessageParser<EquipmentInstanceFloor>(() => new EquipmentInstanceFloor());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<EquipmentInstanceFloor> 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.EquipmentInstanceFloorReflection.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 EquipmentInstanceFloor() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EquipmentInstanceFloor(EquipmentInstanceFloor other) : this() {
id_ = other.id_;
sceneName_ = other.sceneName_;
configPrefabName_ = other.configPrefabName_;
theme_ = other.theme_;
bGM_ = other.bGM_;
leaveTriggerEvent_ = other.leaveTriggerEvent_;
monsterId_ = other.monsterId_;
oneStarCondition_ = other.oneStarCondition_;
twoStarCondition_ = other.twoStarCondition_;
threeStarCondition_ = other.threeStarCondition_;
levelTotalTime_ = other.levelTotalTime_;
timeEndSettlement_ = other.timeEndSettlement_;
starConditionType_ = other.starConditionType_;
monsterLv_ = other.monsterLv_;
dropObjectGroupId_ = other.dropObjectGroupId_;
dropObjectRate_ = other.dropObjectRate_;
dropMaxNum_ = other.dropMaxNum_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EquipmentInstanceFloor Clone() {
return new EquipmentInstanceFloor(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_name" field.</summary>
public const int SceneNameFieldNumber = 2;
private string sceneName_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string SceneName {
get { return sceneName_; }
set {
sceneName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "config_prefab_name" field.</summary>
public const int ConfigPrefabNameFieldNumber = 3;
private string configPrefabName_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string ConfigPrefabName {
get { return configPrefabName_; }
set {
configPrefabName_ = 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 "b_g_m" field.</summary>
public const int BGMFieldNumber = 5;
private string bGM_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string BGM {
get { return bGM_; }
set {
bGM_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "leave_trigger_event" field.</summary>
public const int LeaveTriggerEventFieldNumber = 6;
private string leaveTriggerEvent_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string LeaveTriggerEvent {
get { return leaveTriggerEvent_; }
set {
leaveTriggerEvent_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "monster_id" field.</summary>
public const int MonsterIdFieldNumber = 7;
private int monsterId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int MonsterId {
get { return monsterId_; }
set {
monsterId_ = value;
}
}
/// <summary>Field number for the "one_star_condition" field.</summary>
public const int OneStarConditionFieldNumber = 8;
private int oneStarCondition_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int OneStarCondition {
get { return oneStarCondition_; }
set {
oneStarCondition_ = value;
}
}
/// <summary>Field number for the "two_star_condition" field.</summary>
public const int TwoStarConditionFieldNumber = 9;
private int twoStarCondition_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int TwoStarCondition {
get { return twoStarCondition_; }
set {
twoStarCondition_ = value;
}
}
/// <summary>Field number for the "three_star_condition" field.</summary>
public const int ThreeStarConditionFieldNumber = 10;
private int threeStarCondition_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int ThreeStarCondition {
get { return threeStarCondition_; }
set {
threeStarCondition_ = value;
}
}
/// <summary>Field number for the "level_total_time" field.</summary>
public const int LevelTotalTimeFieldNumber = 11;
private int levelTotalTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int LevelTotalTime {
get { return levelTotalTime_; }
set {
levelTotalTime_ = value;
}
}
/// <summary>Field number for the "time_end_settlement" field.</summary>
public const int TimeEndSettlementFieldNumber = 12;
private bool timeEndSettlement_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool TimeEndSettlement {
get { return timeEndSettlement_; }
set {
timeEndSettlement_ = value;
}
}
/// <summary>Field number for the "star_condition_type" field.</summary>
public const int StarConditionTypeFieldNumber = 13;
private int starConditionType_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int StarConditionType {
get { return starConditionType_; }
set {
starConditionType_ = value;
}
}
/// <summary>Field number for the "monster_lv" field.</summary>
public const int MonsterLvFieldNumber = 14;
private int monsterLv_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int MonsterLv {
get { return monsterLv_; }
set {
monsterLv_ = value;
}
}
/// <summary>Field number for the "drop_object_group_id" field.</summary>
public const int DropObjectGroupIdFieldNumber = 15;
private int dropObjectGroupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int DropObjectGroupId {
get { return dropObjectGroupId_; }
set {
dropObjectGroupId_ = value;
}
}
/// <summary>Field number for the "drop_object_rate" field.</summary>
public const int DropObjectRateFieldNumber = 16;
private int dropObjectRate_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int DropObjectRate {
get { return dropObjectRate_; }
set {
dropObjectRate_ = value;
}
}
/// <summary>Field number for the "drop_max_num" field.</summary>
public const int DropMaxNumFieldNumber = 17;
private int dropMaxNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int DropMaxNum {
get { return dropMaxNum_; }
set {
dropMaxNum_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as EquipmentInstanceFloor);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(EquipmentInstanceFloor other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Id != other.Id) return false;
if (SceneName != other.SceneName) return false;
if (ConfigPrefabName != other.ConfigPrefabName) return false;
if (Theme != other.Theme) return false;
if (BGM != other.BGM) return false;
if (LeaveTriggerEvent != other.LeaveTriggerEvent) return false;
if (MonsterId != other.MonsterId) return false;
if (OneStarCondition != other.OneStarCondition) return false;
if (TwoStarCondition != other.TwoStarCondition) return false;
if (ThreeStarCondition != other.ThreeStarCondition) return false;
if (LevelTotalTime != other.LevelTotalTime) return false;
if (TimeEndSettlement != other.TimeEndSettlement) return false;
if (StarConditionType != other.StarConditionType) return false;
if (MonsterLv != other.MonsterLv) return false;
if (DropObjectGroupId != other.DropObjectGroupId) return false;
if (DropObjectRate != other.DropObjectRate) return false;
if (DropMaxNum != other.DropMaxNum) 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 (SceneName.Length != 0) hash ^= SceneName.GetHashCode();
if (ConfigPrefabName.Length != 0) hash ^= ConfigPrefabName.GetHashCode();
if (Theme != 0) hash ^= Theme.GetHashCode();
if (BGM.Length != 0) hash ^= BGM.GetHashCode();
if (LeaveTriggerEvent.Length != 0) hash ^= LeaveTriggerEvent.GetHashCode();
if (MonsterId != 0) hash ^= MonsterId.GetHashCode();
if (OneStarCondition != 0) hash ^= OneStarCondition.GetHashCode();
if (TwoStarCondition != 0) hash ^= TwoStarCondition.GetHashCode();
if (ThreeStarCondition != 0) hash ^= ThreeStarCondition.GetHashCode();
if (LevelTotalTime != 0) hash ^= LevelTotalTime.GetHashCode();
if (TimeEndSettlement != false) hash ^= TimeEndSettlement.GetHashCode();
if (StarConditionType != 0) hash ^= StarConditionType.GetHashCode();
if (MonsterLv != 0) hash ^= MonsterLv.GetHashCode();
if (DropObjectGroupId != 0) hash ^= DropObjectGroupId.GetHashCode();
if (DropObjectRate != 0) hash ^= DropObjectRate.GetHashCode();
if (DropMaxNum != 0) hash ^= DropMaxNum.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 (SceneName.Length != 0) {
output.WriteRawTag(18);
output.WriteString(SceneName);
}
if (ConfigPrefabName.Length != 0) {
output.WriteRawTag(26);
output.WriteString(ConfigPrefabName);
}
if (Theme != 0) {
output.WriteRawTag(32);
output.WriteInt32(Theme);
}
if (BGM.Length != 0) {
output.WriteRawTag(42);
output.WriteString(BGM);
}
if (LeaveTriggerEvent.Length != 0) {
output.WriteRawTag(50);
output.WriteString(LeaveTriggerEvent);
}
if (MonsterId != 0) {
output.WriteRawTag(56);
output.WriteInt32(MonsterId);
}
if (OneStarCondition != 0) {
output.WriteRawTag(64);
output.WriteInt32(OneStarCondition);
}
if (TwoStarCondition != 0) {
output.WriteRawTag(72);
output.WriteInt32(TwoStarCondition);
}
if (ThreeStarCondition != 0) {
output.WriteRawTag(80);
output.WriteInt32(ThreeStarCondition);
}
if (LevelTotalTime != 0) {
output.WriteRawTag(88);
output.WriteInt32(LevelTotalTime);
}
if (TimeEndSettlement != false) {
output.WriteRawTag(96);
output.WriteBool(TimeEndSettlement);
}
if (StarConditionType != 0) {
output.WriteRawTag(104);
output.WriteInt32(StarConditionType);
}
if (MonsterLv != 0) {
output.WriteRawTag(112);
output.WriteInt32(MonsterLv);
}
if (DropObjectGroupId != 0) {
output.WriteRawTag(120);
output.WriteInt32(DropObjectGroupId);
}
if (DropObjectRate != 0) {
output.WriteRawTag(128, 1);
output.WriteInt32(DropObjectRate);
}
if (DropMaxNum != 0) {
output.WriteRawTag(136, 1);
output.WriteInt32(DropMaxNum);
}
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 (SceneName.Length != 0) {
output.WriteRawTag(18);
output.WriteString(SceneName);
}
if (ConfigPrefabName.Length != 0) {
output.WriteRawTag(26);
output.WriteString(ConfigPrefabName);
}
if (Theme != 0) {
output.WriteRawTag(32);
output.WriteInt32(Theme);
}
if (BGM.Length != 0) {
output.WriteRawTag(42);
output.WriteString(BGM);
}
if (LeaveTriggerEvent.Length != 0) {
output.WriteRawTag(50);
output.WriteString(LeaveTriggerEvent);
}
if (MonsterId != 0) {
output.WriteRawTag(56);
output.WriteInt32(MonsterId);
}
if (OneStarCondition != 0) {
output.WriteRawTag(64);
output.WriteInt32(OneStarCondition);
}
if (TwoStarCondition != 0) {
output.WriteRawTag(72);
output.WriteInt32(TwoStarCondition);
}
if (ThreeStarCondition != 0) {
output.WriteRawTag(80);
output.WriteInt32(ThreeStarCondition);
}
if (LevelTotalTime != 0) {
output.WriteRawTag(88);
output.WriteInt32(LevelTotalTime);
}
if (TimeEndSettlement != false) {
output.WriteRawTag(96);
output.WriteBool(TimeEndSettlement);
}
if (StarConditionType != 0) {
output.WriteRawTag(104);
output.WriteInt32(StarConditionType);
}
if (MonsterLv != 0) {
output.WriteRawTag(112);
output.WriteInt32(MonsterLv);
}
if (DropObjectGroupId != 0) {
output.WriteRawTag(120);
output.WriteInt32(DropObjectGroupId);
}
if (DropObjectRate != 0) {
output.WriteRawTag(128, 1);
output.WriteInt32(DropObjectRate);
}
if (DropMaxNum != 0) {
output.WriteRawTag(136, 1);
output.WriteInt32(DropMaxNum);
}
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 (SceneName.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(SceneName);
}
if (ConfigPrefabName.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(ConfigPrefabName);
}
if (Theme != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Theme);
}
if (BGM.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(BGM);
}
if (LeaveTriggerEvent.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(LeaveTriggerEvent);
}
if (MonsterId != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(MonsterId);
}
if (OneStarCondition != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(OneStarCondition);
}
if (TwoStarCondition != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(TwoStarCondition);
}
if (ThreeStarCondition != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(ThreeStarCondition);
}
if (LevelTotalTime != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(LevelTotalTime);
}
if (TimeEndSettlement != false) {
size += 1 + 1;
}
if (StarConditionType != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(StarConditionType);
}
if (MonsterLv != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(MonsterLv);
}
if (DropObjectGroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(DropObjectGroupId);
}
if (DropObjectRate != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(DropObjectRate);
}
if (DropMaxNum != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(DropMaxNum);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(EquipmentInstanceFloor other) {
if (other == null) {
return;
}
if (other.Id != 0) {
Id = other.Id;
}
if (other.SceneName.Length != 0) {
SceneName = other.SceneName;
}
if (other.ConfigPrefabName.Length != 0) {
ConfigPrefabName = other.ConfigPrefabName;
}
if (other.Theme != 0) {
Theme = other.Theme;
}
if (other.BGM.Length != 0) {
BGM = other.BGM;
}
if (other.LeaveTriggerEvent.Length != 0) {
LeaveTriggerEvent = other.LeaveTriggerEvent;
}
if (other.MonsterId != 0) {
MonsterId = other.MonsterId;
}
if (other.OneStarCondition != 0) {
OneStarCondition = other.OneStarCondition;
}
if (other.TwoStarCondition != 0) {
TwoStarCondition = other.TwoStarCondition;
}
if (other.ThreeStarCondition != 0) {
ThreeStarCondition = other.ThreeStarCondition;
}
if (other.LevelTotalTime != 0) {
LevelTotalTime = other.LevelTotalTime;
}
if (other.TimeEndSettlement != false) {
TimeEndSettlement = other.TimeEndSettlement;
}
if (other.StarConditionType != 0) {
StarConditionType = other.StarConditionType;
}
if (other.MonsterLv != 0) {
MonsterLv = other.MonsterLv;
}
if (other.DropObjectGroupId != 0) {
DropObjectGroupId = other.DropObjectGroupId;
}
if (other.DropObjectRate != 0) {
DropObjectRate = other.DropObjectRate;
}
if (other.DropMaxNum != 0) {
DropMaxNum = other.DropMaxNum;
}
_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: {
SceneName = input.ReadString();
break;
}
case 26: {
ConfigPrefabName = input.ReadString();
break;
}
case 32: {
Theme = input.ReadInt32();
break;
}
case 42: {
BGM = input.ReadString();
break;
}
case 50: {
LeaveTriggerEvent = input.ReadString();
break;
}
case 56: {
MonsterId = input.ReadInt32();
break;
}
case 64: {
OneStarCondition = input.ReadInt32();
break;
}
case 72: {
TwoStarCondition = input.ReadInt32();
break;
}
case 80: {
ThreeStarCondition = input.ReadInt32();
break;
}
case 88: {
LevelTotalTime = input.ReadInt32();
break;
}
case 96: {
TimeEndSettlement = input.ReadBool();
break;
}
case 104: {
StarConditionType = input.ReadInt32();
break;
}
case 112: {
MonsterLv = input.ReadInt32();
break;
}
case 120: {
DropObjectGroupId = input.ReadInt32();
break;
}
case 128: {
DropObjectRate = input.ReadInt32();
break;
}
case 136: {
DropMaxNum = input.ReadInt32();
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: {
SceneName = input.ReadString();
break;
}
case 26: {
ConfigPrefabName = input.ReadString();
break;
}
case 32: {
Theme = input.ReadInt32();
break;
}
case 42: {
BGM = input.ReadString();
break;
}
case 50: {
LeaveTriggerEvent = input.ReadString();
break;
}
case 56: {
MonsterId = input.ReadInt32();
break;
}
case 64: {
OneStarCondition = input.ReadInt32();
break;
}
case 72: {
TwoStarCondition = input.ReadInt32();
break;
}
case 80: {
ThreeStarCondition = input.ReadInt32();
break;
}
case 88: {
LevelTotalTime = input.ReadInt32();
break;
}
case 96: {
TimeEndSettlement = input.ReadBool();
break;
}
case 104: {
StarConditionType = input.ReadInt32();
break;
}
case 112: {
MonsterLv = input.ReadInt32();
break;
}
case 120: {
DropObjectGroupId = input.ReadInt32();
break;
}
case 128: {
DropObjectRate = input.ReadInt32();
break;
}
case 136: {
DropMaxNum = input.ReadInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code