Esempio n. 1
0
 public void ColorMark(Color puckColor)
 {
     render.material.color = ColorMixer.ColorMix(render.material.color, puckColor);
 }