Beispiel #1
0
 internal static void LuaRemove(IntPtr luaState, int index)
 {
     LuaInterop.LuaRemove(luaState, index);
 }