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