Пример #1
0
 public SkeletalRogueDeath()
 {
     if (_instance != null)
     {
         return;
     }
     _instance = this;
 }
Пример #2
0
 public SkeletalRogueAggroed()
 {
     if (_instance != null)
     {
         return;
     }
     _instance            = this;
     _moveStateReference  = SkeletalRogueMove.Instance;
     _deathStateReference = SkeletalRogueDeath.Instance;
 }