示例#1
0
 /* ************************************************ */
 /* Killable component */
 /* ************************************************ */
 public bool IsDead(int actualHealth)
 {
     return(_killableComponent.IsDead(actualHealth));
 }