Esempio n. 1
0
 private void Update()
 {
     currentState.UpdateState(this);
     gameManager.DisplayCurrentState(currentState);
 }