UnityPlatformer.CharacterHealth.isDead C# (CSharp) Метод

isDead() публичный Метод

No healt
public isDead ( ) : bool
Результат bool
    public bool isDead() {
      return health <= 0;
    }
    /// <summary>