29 lines
313 B
Lua
29 lines
313 B
Lua
----- 宝器合成 -----
|
|
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
|
|
|
|
return this |