【命格】提交

dev_chengFeng
ZhangBiao 2021-12-06 18:37:12 +08:00
parent 3b53332e7b
commit 6a4b355e7e
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
GemManager = {}
local this = GemManager
function this.Initialize()
this.GemList = {
[1] = {45001,45002,45003},
[2] = {45004,45005,45006},
[3] = {45007,45008,45009},
[4] = {45010,45011,45013},
[5] = {45021,45022,45023},
[6] = {45031,45032,45033},
[7] = {45041,45042,45043},
[8] = {45051,45052,45053},
}
end
function this.GetServerData(msg)