Example #1
0
        static int SetCryptoKey_Lua(IntPtr L)
        {
            var key = (uint)(long)Api.lua_tointeger(L, 1);

            ResMgr.SetCryptoKey(key);
            return(0);
        }