BehaviourWithFSMStateHandler

fun interface BehaviourWithFSMStateHandler<T : State>

Functions

handleState
Link copied to clipboard
common
abstract suspend fun BehaviourContextWithFSM.handleState(state: T): State?