Compare commits
No commits in common. "e53cf6925cff55d1065ceba7a120bef0959e2749" and "4e76a266187677c46758ae25e9ee9d01dc3cfea8" have entirely different histories.
e53cf6925c
...
4e76a26618
@ -39,7 +39,7 @@ public class Role : Fun
|
|||||||
[Header("名称")] public string Name;
|
[Header("名称")] public string Name;
|
||||||
[Header("阵营")] public Camp camp ;
|
[Header("阵营")] public Camp camp ;
|
||||||
[Header("血量")] public float hp = 100f;//血量
|
[Header("血量")] public float hp = 100f;//血量
|
||||||
//[Header("技能")] public List<Skill> Myskill;//技能
|
[Header("技能")] public List<Skill> Myskill;//技能
|
||||||
|
|
||||||
private float maxHp;
|
private float maxHp;
|
||||||
[Header(("死亡动画编号"))] public int dieIndex=-1;
|
[Header(("死亡动画编号"))] public int dieIndex=-1;
|
||||||
|
Loading…
Reference in New Issue
Block a user