示例#1
0
 private void PlayAgain()
 {
     StateMachine_.GoToPlayerCustomization();
 }
示例#2
0
 private void HandleLevelSelected(CoopLevelConfig config)
 {
     CoopLevelManager.SetCurrentLevelConfig(config);
     StateMachine_.GoToPlayerCustomization();
 }