mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复读取存档不加载动画的错误
This commit is contained in:
parent
6a74e8e779
commit
249d8e8dfa
@ -847,6 +847,7 @@ namespace VPet_Simulator.Windows
|
||||
GameSavesData = tmp;
|
||||
Core.Save = tmp.GameSave;
|
||||
HashCheck = HashCheck;
|
||||
GameSavesData.GameSave.Event_LevelUp += LevelUP;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ public partial class MainWindow
|
||||
/// <summary>
|
||||
/// 版本号
|
||||
/// </summary>
|
||||
public int version { get; } = 11023;
|
||||
public int version { get; } = 11024;
|
||||
/// <summary>
|
||||
/// 版本号
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user