修复编译错误

This commit is contained in:
2026-05-12 21:50:49 +08:00
parent 2b2a74da42
commit 458f344e83
28 changed files with 122 additions and 54 deletions

View File

@@ -27,6 +27,7 @@ namespace BaseGames.Core.Save
private SaveData _current;
private int _currentSlot = 0;
public int CurrentSlot => _currentSlot;
public SaveData Data => _current;
public string LastCheckpointScene { get; private set; }
public string LastCheckpointSpawnId { get; private set; }