123456789101112131415161718192021 |
- ---@class KLOpenServerAthleticsGiftItemView:UIKmlLuaViewBase
- ---@field UIOpenServerGiftTemplate UIKmlLuaControl
- ---@field giftCost UIKmlLuaControl
- ---@field remainCount UIKmlLuaControl
- ---@field gridview85 UIKmlLuaControl
- ---@field buyButton UIKmlLuaControl
- ---@field Red UIKmlLuaControl
- ---@field layout89 UIKmlLuaControl
- ---@field GiftBtnText UIKmlLuaControl
- ---@field giftzuanshi UIKmlLuaControl
- local KLOpenServerAthleticsGiftItemView = {}
- setmetatable(KLOpenServerAthleticsGiftItemView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/OpenServerAthletics/Item/KLOpenServerAthleticsGift/KLOpenServerAthleticsGiftItemKml'
- KLOpenServerAthleticsGiftItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLOpenServerAthleticsGiftItemView:Init(parent)
-
- self:InitRoot(parent,kmlPath,KLOpenServerAthleticsGiftItemView.content)
- end
- return KLOpenServerAthleticsGiftItemView
|