protected virtual void FixedUpdate() { if (ActiveState != null) { ActiveState.OnStateFixedUpdate(); } }