import {State} from 'state-manager'
A class representing a state.
enter()
Called when entering the state.
exit()
Called when exiting the state.
update(pDelta: number)
Called when executing the state.
The delta time since the last update in seconds.