Exemplo n.º 1
0
 private void PlayAgain()
 {
     StateMachine_.GoToPlayerCustomization();
 }
Exemplo n.º 2
0
 private void HandleLevelSelected(CoopLevelConfig config)
 {
     CoopLevelManager.SetCurrentLevelConfig(config);
     StateMachine_.GoToPlayerCustomization();
 }