summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-04-25 10:09:11 +0800
committerchai <chaifix@163.com>2022-04-25 10:09:11 +0800
commit8131033510c711248de1904649cfa1dbe4bbe69f (patch)
tree80e0db1f24c6d624ac412f240f54cc18e626c3d0 /SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
parent71ae3d755a03a706d93291ca57c6de8e6f0d5926 (diff)
*rename item to prop
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Managers/BattleManager.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/Managers/BattleManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs b/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
index c473a5d..399ea18 100644
--- a/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
+++ b/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
@@ -9,7 +9,7 @@ public class BattleManager : Singleton<BattleManager>
{
UIManager.Instance.OpenPanel(PanelType.PanelTopSuffBar, null);
//UIManager.Instance.OpenPanel(PanelType.PanelBossHpBar, null);
- //UIManager.Instance.OpenPanel(PanelType.PanelItemBar, null);
+ //UIManager.Instance.OpenPanel(PanelType.PanelPropBar, null);
//UIManager.Instance.OpenPanel(PanelType.PanelWeaponBar, null);
}