Blocker Fix (Hopefully)

This commit is contained in:
brausjonas
2023-03-28 20:41:15 +02:00
parent bd3513afe5
commit 468ac4a6bb
4 changed files with 21 additions and 25 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ public class UIHandler : MonoBehaviour
ActivateLayout1();
((PlayablePlayer)currentPlayer).SkipShop();
}
public void ButtonSelectItem(int index)
{
((PlayablePlayer)currentPlayer).ActivateItem(index);