/// <summary> /// Removes all states in the FSM /// </summary> public void RemoveAllStates() { _fsm.RemoveAllStates(); }