public SkeletalRogueDeath() { if (_instance != null) { return; } _instance = this; }
public SkeletalRogueAggroed() { if (_instance != null) { return; } _instance = this; _moveStateReference = SkeletalRogueMove.Instance; _deathStateReference = SkeletalRogueDeath.Instance; }