Ejemplo n.º 1
0
 internal static void LuaRawSetI(IntPtr luaState, int tableIndex, int index)
 {
     LuaInterop.LuaRawSetI(luaState, tableIndex, index);
 }