Ejemplo n.º 1
0
 public void SetLightColor(byte r, byte g, byte b, byte a)
 {
     native.SetLightColor(r, g, b, a);
 }