示例#1
0
 /// <summary>
 /// 是否死亡
 /// </summary>
 /// <returns></returns>
 public bool IsKilled()
 {
     return(m_Attribute.GetNowHP() <= 0);
 }