Beispiel #1
0
 public void Update()
 {
     currentState.OnUpdate();
 }
Beispiel #2
0
 private void Update()
 {
     currentState?.OnUpdate();
 }