sync dice

dice synced for noplayableplayers
This commit is contained in:
AliIbnAbiTalib
2023-03-28 19:28:11 +02:00
parent 930fb5fa16
commit 07f499dc91
6 changed files with 59 additions and 37 deletions
+2 -1
View File
@@ -167,7 +167,8 @@ public class UIHandler : MonoBehaviour
public void ButtonSelectItem(int index)
{
currentPlayer.ActivateItem(index);
((PlayablePlayer)currentPlayer).ActivateItem(index);
ActivateLayout1();
}
}