示例#1
0
        public static void DeleteSave()
        {
            var path = GameSerializer.GetPath();

            if (File.Exists(path))
            {
                File.Delete(path);
            }
        }