Beispiel #1
0
 public void AddBomb(ObjectColors pickupType)
 {
     //inventoryUI
 }
Beispiel #2
0
 public void UpdateColor(ObjectColors color)
 {
     this.objectColors = color;
     Debug.Log(color);
 }