enter abstract method

void enter([
  1. GameEntity? owner
])

This method is called once during a state transition when the {@link StateMachine} makes this state active.

Implementation

void enter([GameEntity? owner]);