コード例 #1
0
 internal static void LuaSetMetatable(IntPtr luaState, int objIndex)
 {
     LuaInterop.LuaSetMetatable(luaState, objIndex);
 }