123456789101112 |
- ---@class KLUIFirstKillMonsterItemView:UIKmlLuaViewBase
- local KLUIFirstKillMonsterItemView = {}
- setmetatable(KLUIFirstKillMonsterItemView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/OpenServerActivity/Item/KLUIFirstKillMonster/KLUIFirstKillMonsterItemKml'
- KLUIFirstKillMonsterItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLUIFirstKillMonsterItemView:Init(parent)
-
- self:InitRoot(parent,kmlPath,KLUIFirstKillMonsterItemView.content)
- end
- return KLUIFirstKillMonsterItemView
|