StateMachine constructor
StateMachine([
- GameEntity? owner
Constructs a new state machine with the given values.
Implementation
StateMachine([ this.owner ]);
Constructs a new state machine with the given values.
StateMachine([ this.owner ]);