2020-08-06 17:52:32 +08:00
|
|
|
----- 宝器合成 -----
|
2020-05-09 13:31:21 +08:00
|
|
|
local this = {}
|
|
|
|
local sortingOrder=0
|
|
|
|
|
|
|
|
function this:InitComponent(gameObject)
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
function this:BindEvent()
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
function this:AddListener()
|
|
|
|
end
|
|
|
|
|
|
|
|
function this:RemoveListener()
|
|
|
|
end
|
|
|
|
|
|
|
|
function this:OnShow(...)
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
function this:OnClose()
|
|
|
|
end
|
|
|
|
|
|
|
|
function this:OnDestroy()
|
|
|
|
end
|
|
|
|
|
2020-06-23 18:36:24 +08:00
|
|
|
return this
|