13 lines
169 B
Lua
13 lines
169 B
Lua
---
|
|
---抽奖管理器
|
|
---
|
|
DrawManager = {};
|
|
|
|
--- 初始化抽奖
|
|
function DrawManager:Init()
|
|
|
|
end
|
|
|
|
function DrawManager:Load()
|
|
UGCCommoditySystem.BuyUGCCommodity()
|
|
end |