Ejemplo n.º 1
0
 private void GivePlayerColor()
 {
     isColorAdd = false;
     player.AddColor(color);
     Destroy(gameObject);
 }