Color Dice based on Item

This commit is contained in:
brausjonas
2023-04-14 23:01:04 +02:00
parent d63c43deb5
commit 481f0d1577
12 changed files with 255 additions and 34 deletions
@@ -97,8 +97,6 @@ public abstract class Player : MonoBehaviour
break;
}
}
Debug.Log(item.type);
}
public void ActivateItem(int index)