示例#1
0
 public static bool DeleteLog(string gameFileName)
 {
     return(DataManagerHelper.DeleteTurnLog(gameFileName));
 }