Esempio n. 1
0
 public static void Color3(float r, float g, float b)
 {
     Delegates.Color3f(r, g, b);
 }