This commit is contained in:
2023-02-20 16:16:23 +01:00
parent 4ec15e928f
commit aa638ee67c
9 changed files with 127 additions and 120 deletions

View File

@@ -11,7 +11,7 @@ public class TurnManager : MonoBehaviour
public int turnCounter = 1;
void Awake()
private void Awake()
{
dice = FindObjectOfType<Dice>();
akciopont = FindObjectOfType<Akciopont>();