Exemplo n.º 1
0
 public void Update()
 {
     currentState.OnUpdate();
 }
Exemplo n.º 2
0
 private void Update()
 {
     currentState?.OnUpdate();
 }