7 lines
159 B
Lua
7 lines
159 B
Lua
local ShopManager = class("ShopManager", BaseModule)
|
|
|
|
function ShopManager:showBoxHeroUI()
|
|
UIManager:showUI("app/ui/shop/box_hero_ui")
|
|
end
|
|
|
|
return ShopManager |