From cfcbd6c168454322394d56c975c88764d77121cb Mon Sep 17 00:00:00 2001 From: wulongxiao <2545507770@qq.com> Date: Mon, 30 Dec 2024 12:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Role/Role.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Role/Role.cs b/Role/Role.cs index 22990ae..410c74a 100644 --- a/Role/Role.cs +++ b/Role/Role.cs @@ -47,7 +47,7 @@ public class Role : Fun [Header("名称")] public string Name; [Header("阵营")] public Camp camp ; [Header("血量")] public float hp = 100f;//血量 - private float maxHp; + public float maxHp; [Header(("死亡动画编号"))] public int dieIndex=-1; [Header("hp填充直接扣")] public Image Hpfiil;