修复编译错误
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user