Fixed Double Dice (hopefully)

This commit is contained in:
brausjonas
2023-03-28 21:05:27 +02:00
parent 7b66bf96d4
commit 056b73dd3e
4 changed files with 7 additions and 3 deletions
@@ -86,6 +86,8 @@ public abstract class Player : MonoBehaviour
break;
}
}
Debug.Log(item.type);
}
public void ActivateItem(int index)