public FSMState(StateID stateId, FSMControl fsmControl) { this.stateId = stateId; this.fsmControl = fsmControl; }