Save when talking to stele and record their ID in the save file

This commit is contained in:
2026-06-04 23:06:01 -07:00
parent 22ca9076e8
commit d8b99e07de
8 changed files with 57 additions and 10 deletions
+2
View File
@@ -48,6 +48,8 @@ public interface IGame : IProvide<IGame>, IProvide<IGameRepo>, IProvide<IPlayer>
public SarcoData SarcoData { get; }
public NpcData NpcData { get; }
public event Action GameExitRequested;
public event Action GameLoaded;