//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DailyInstanceFloor.proto
//
#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 {
/// Holder for reflection information generated from DailyInstanceFloor.proto
public static partial class DailyInstanceFloorReflection {
#region Descriptor
/// File descriptor for DailyInstanceFloor.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static DailyInstanceFloorReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhEYWlseUluc3RhbmNlRmxvb3IucHJvdG8iqwMKEkRhaWx5SW5zdGFuY2VG",
"bG9vchIKCgJpZBgBIAEoBRISCgpzY2VuZV9uYW1lGAIgASgJEhoKEmNvbmZp",
"Z19wcmVmYWJfbmFtZRgDIAEoCRINCgV0aGVtZRgEIAEoBRINCgViX2dfbRgF",
"IAEoCRIbChNsZWF2ZV90cmlnZ2VyX2V2ZW50GAYgASgJEhIKCm1vbnN0ZXJf",
"aWQYByABKAUSGgoSb25lX3N0YXJfY29uZGl0aW9uGAggASgFEhoKEnR3b19z",
"dGFyX2NvbmRpdGlvbhgJIAEoBRIcChR0aHJlZV9zdGFyX2NvbmRpdGlvbhgK",
"IAEoBRIYChBsZXZlbF90b3RhbF90aW1lGAsgASgFEhsKE3RpbWVfZW5kX3Nl",
"dHRsZW1lbnQYDCABKAgSGwoTc3Rhcl9jb25kaXRpb25fdHlwZRgNIAEoBRIS",
"Cgptb25zdGVyX2x2GA4gASgFEhwKFGRyb3BfZW50aXR5X2dyb3VwX2lkGA8g",
"ASgFEhgKEGRyb3BfZW50aXR5X3JhdGUYECABKAUSFAoMZHJvcF9tYXhfbnVt",
"GBEgASgFQg6qAgtOb3ZhLkNsaWVudGIGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.DailyInstanceFloor), global::Nova.Client.DailyInstanceFloor.Parser, new[]{ "Id", "SceneName", "ConfigPrefabName", "Theme", "BGM", "LeaveTriggerEvent", "MonsterId", "OneStarCondition", "TwoStarCondition", "ThreeStarCondition", "LevelTotalTime", "TimeEndSettlement", "StarConditionType", "MonsterLv", "DropEntityGroupId", "DropEntityRate", "DropMaxNum" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DailyInstanceFloor : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DailyInstanceFloor());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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.DailyInstanceFloorReflection.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 DailyInstanceFloor() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DailyInstanceFloor(DailyInstanceFloor 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_;
dropEntityGroupId_ = other.dropEntityGroupId_;
dropEntityRate_ = other.dropEntityRate_;
dropMaxNum_ = other.dropMaxNum_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DailyInstanceFloor Clone() {
return new DailyInstanceFloor(this);
}
/// Field number for the "id" field.
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;
}
}
/// Field number for the "scene_name" field.
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");
}
}
/// Field number for the "config_prefab_name" field.
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");
}
}
/// Field number for the "theme" field.
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;
}
}
/// Field number for the "b_g_m" field.
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");
}
}
/// Field number for the "leave_trigger_event" field.
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");
}
}
/// Field number for the "monster_id" field.
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;
}
}
/// Field number for the "one_star_condition" field.
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;
}
}
/// Field number for the "two_star_condition" field.
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;
}
}
/// Field number for the "three_star_condition" field.
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;
}
}
/// Field number for the "level_total_time" field.
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;
}
}
/// Field number for the "time_end_settlement" field.
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;
}
}
/// Field number for the "star_condition_type" field.
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;
}
}
/// Field number for the "monster_lv" field.
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;
}
}
/// Field number for the "drop_entity_group_id" field.
public const int DropEntityGroupIdFieldNumber = 15;
private int dropEntityGroupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int DropEntityGroupId {
get { return dropEntityGroupId_; }
set {
dropEntityGroupId_ = value;
}
}
/// Field number for the "drop_entity_rate" field.
public const int DropEntityRateFieldNumber = 16;
private int dropEntityRate_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int DropEntityRate {
get { return dropEntityRate_; }
set {
dropEntityRate_ = value;
}
}
/// Field number for the "drop_max_num" field.
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 DailyInstanceFloor);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(DailyInstanceFloor 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 (DropEntityGroupId != other.DropEntityGroupId) return false;
if (DropEntityRate != other.DropEntityRate) 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 (DropEntityGroupId != 0) hash ^= DropEntityGroupId.GetHashCode();
if (DropEntityRate != 0) hash ^= DropEntityRate.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 (DropEntityGroupId != 0) {
output.WriteRawTag(120);
output.WriteInt32(DropEntityGroupId);
}
if (DropEntityRate != 0) {
output.WriteRawTag(128, 1);
output.WriteInt32(DropEntityRate);
}
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 (DropEntityGroupId != 0) {
output.WriteRawTag(120);
output.WriteInt32(DropEntityGroupId);
}
if (DropEntityRate != 0) {
output.WriteRawTag(128, 1);
output.WriteInt32(DropEntityRate);
}
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 (DropEntityGroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(DropEntityGroupId);
}
if (DropEntityRate != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(DropEntityRate);
}
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(DailyInstanceFloor 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.DropEntityGroupId != 0) {
DropEntityGroupId = other.DropEntityGroupId;
}
if (other.DropEntityRate != 0) {
DropEntityRate = other.DropEntityRate;
}
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: {
DropEntityGroupId = input.ReadInt32();
break;
}
case 128: {
DropEntityRate = 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: {
DropEntityGroupId = input.ReadInt32();
break;
}
case 128: {
DropEntityRate = input.ReadInt32();
break;
}
case 136: {
DropMaxNum = input.ReadInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code