コード例 #1
0
ファイル: StatsState.cs プロジェクト: shuaibimran/laserbeak
 private void PlayAgain()
 {
     StateMachine_.GoToPlayerCustomization();
 }
コード例 #2
0
 private void HandleLevelSelected(CoopLevelConfig config)
 {
     CoopLevelManager.SetCurrentLevelConfig(config);
     StateMachine_.GoToPlayerCustomization();
 }