Exemple #1
0
 // Main Scene 버튼 새로하기 이어하기
 // 새로하기
 public void NewGame()
 {
     // gameData가 null 새로 생성 해서 새 게임
     // nextScene에 (메인 씬 번호 넘김)
     gameData = null;
     GI.GameInformationInit(gameData);
     SaveGameDataToJson();
     SCI.NextSecne(tempCurrentSceneNum);
 }