コード例 #1
0
 public static string[] getSaves()
 {
     return(DataPlayer.getFilesInDir(GameController.getInstance().SaveLocation));
 }