StateMachine constructor

StateMachine([
  1. GameEntity? owner
])

Constructs a new state machine with the given values.

Implementation

StateMachine([ this.owner ]);