Show inventory alert when equipping/unequipping/augmenting items

This commit is contained in:
2026-03-02 10:33:58 -08:00
parent bc010a7d82
commit 28f38d236e
5 changed files with 26 additions and 6 deletions

View File

@@ -37,6 +37,8 @@ public interface IGame : IProvide<IGame>, IProvide<IGameRepo>, IProvide<IPlayer>
public void DoubleExp();
public void NotifyInventory(string message);
public ItemRescueMenu ItemRescueMenu { get; }
public QuestData QuestData { get; }