Beispiel #1
0
 private void Setup()
 {
     health   = maxHealth;
     OnDeath += DeathMessage;
     IsDead   = false;
 }
Beispiel #2
0
 void Start()
 {
     OnStart   += Setup;
     OnRespawn += Setup;
 }