Finite & Non-Finite State Machines May 4, 2023 by LifGwaethrakindo public class State { void OnEnter(); void OnUpdate(); void OnExit(); }