protected IState(NPC unit) { this.Unit = unit; }
public TryPerformAbility(NPC unit) : base(unit) { }
public Idle(NPC unit) : base(unit) { }