Exemple #1
0
 public static void UnRef(LuaStatePtr l, int t, int @ref)
 {
     LuaLDelegates.luaL_unref(l, t, @ref);
 }