コード例 #1
0
 public void DoSceneTransition(string saveName)
 {
     DDA.loadSaveGame(CurrentWorld, saveName);
     SceneManager.LoadScene("main");
 }