Beeg fixpack

This commit is contained in:
2026-02-16 03:30:45 -08:00
parent f09d6ac8e8
commit 366ed9f5e6
52 changed files with 2876 additions and 451 deletions

View File

@@ -34,6 +34,8 @@ public interface IGame : IProvide<IGame>, IProvide<IGameRepo>, IProvide<IPlayer>
public void ShowDebugInfo(bool show);
public void DoubleExp();
public ItemRescueMenu ItemRescueMenu { get; }
public QuestData QuestData { get; }