示例#1
0
 public void RefreshGame()
 {
     OS.ClearMemory();
     SaveData();
     Application.LoadLevel("SampleScene");
 }