服务器战斗逻辑同表工具修改

dev_chengFeng
wangzhenxing 2021-05-17 10:21:23 +08:00
parent 78e1a2b5a4
commit 51392f0a62
1 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,9 @@ namespace GameEditor.Core.DataConfig
private string[] battleConfigList = new string[]
{
"PassiveSkillLogicConfig"
"PassiveSkillLogicConfig",
"HardStage",
"HardStageCondition",
};
private void OnGUI()