Ejemplo n.º 1
0
 public WarlockDeath()
 {
     if (_instance != null)
     {
         return;
     }
     _instance = this;
 }
Ejemplo n.º 2
0
 public WarlockAggroed()
 {
     if (_instance != null)
     {
         return;
     }
     _instance            = this;
     _deathStateReference = WarlockDeath.Instance;
 }