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