5 lines
120 B
Lua
5 lines
120 B
Lua
local ShopConst = class("ShopConst", BaseModule)
|
|
|
|
ShopConst.BEGINNER_GIFT_ID = 40102 -- 新手礼包ID
|
|
|
|
return ShopConst |