From 018d26e6dd5af074ac12f1b01f32f0dda84547f6 Mon Sep 17 00:00:00 2001 From: huyulong <1838407198@qq.com> Date: Thu, 19 Dec 2024 18:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaofang/Assets/Script/hylScripts/PlayerState.cs | 2 ++ 1 file changed, 2 insertions(+) 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("玩家当前血量")]