提交 44c19635 编写于 作者: Z ZouJin

读空存档加载备份

上级 c26f4eb6
......@@ -44,7 +44,7 @@ namespace VPet_Simulator.Windows
/// <summary>
/// 版本号
/// </summary>
public int verison { get; } = 100;
public int verison { get; } = 101;
/// <summary>
/// 版本号
/// </summary>
......@@ -442,6 +442,8 @@ namespace VPet_Simulator.Windows
{
if (line == null)
return false;
if (string.IsNullOrWhiteSpace(line.ToString()))
return false;
Core.Save = GameSave.Load(line);
long hash = line.GetInt64("hash");
if (line.Remove("hash"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册