예제 #1
0
 public static void pushValue(IntPtr l, Color o)
 {
     LuaDLL.luaS_pushColor(l, o.r, o.g, o.b, o.a);
 }