Пример #1
0
 /// <summary>
 /// If the player is hit and dies, this function will return true, else returns false.
 /// </summary>
 /// <returns><c>true</c>, if hit was playered, <c>false</c> otherwise.</returns>
 public void cyclePlayerHealth()
 {
     healthUI.healthDecrease();
 }