Interface IState
Provides the base interface for the abstraction of states.
Namespace: AlchemyBow.Core.States
Assembly: AlchemyBow.Core.dll
Syntax
public interface IState
Methods
Enter()
Activates the state.
Declaration
void Enter()
Exit()
Deactivates the state.
Declaration
void Exit()