public void FixedUpdate() { if (m_CurrentState == null) { return; } m_CurrentState.FixedUpdate(); }
protected void FixedUpdate() { if (m_CurrentState == null) { return; } m_CurrentState.FixedUpdate(); }