[战斗]========服务器发送随机种子修改

dev_chengFeng
wangzhenxing 2021-08-02 16:46:54 +08:00
parent 4897fc33b2
commit 331621bfd0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ local function random()
return r
end
function Random.SetSeed(sd)
seed = sd
seed = tonumber(tostring(sd):reverse():sub(1, 6))
end
function Random.GetSeed()