예제 #1
0
 public static void LuaUnref(LuaState luaState, int reference)
 {
     LuaCore.LuaLUnref(luaState, (int)LuaIndexes.Registry, reference);
 }