Exemplo n.º 1
0
 internal static void LuaSetMetatable(IntPtr luaState, int objIndex)
 {
     LuaInterop.LuaSetMetatable(luaState, objIndex);
 }