Exemplo n.º 1
0
 public static void PushVector(IntPtr L, Vector2 v)
 {
     LuaAPI.PushVector2(L, v.x, v.y);
 }