diff --git a/xiaofang/Assets/Script/hylScripts/PlayerState.cs b/xiaofang/Assets/Script/hylScripts/PlayerState.cs index 1400cafb..0ffb3153 100644 --- a/xiaofang/Assets/Script/hylScripts/PlayerState.cs +++ b/xiaofang/Assets/Script/hylScripts/PlayerState.cs @@ -8,6 +8,8 @@ public class PlayerState : MonoBehaviour + + [Header("玩家总血量")] public float totalHp = 100; [Header("玩家当前血量")]