We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Namespace: TommoJProductions.ModApi.StateMachine
The ModAPI State Interface. States should inherent from this.
public interface IState
The states update call.
void update()
The states enter call.
void onEnter()
The states exit call.
void onExit()
There was an error while loading. Please reload this page.