Set affinity icon in UI

This commit is contained in:
2026-05-31 17:38:53 -07:00
parent b16d0c3169
commit 463d91d640
8 changed files with 758 additions and 621 deletions
+2
View File
@@ -27,6 +27,8 @@ public interface IGame : IProvide<IGame>, IProvide<IGameRepo>, IProvide<IPlayer>
public void ThrowItem(IBaseInventoryItem item);
public void SetAffinity(ElementType elementType);
public void FloorExitReached();
public void GameOver();