1234567891011 |
- ---@class KLShapeShiftCardBreakPanelView:UIKmlLuaViewBase
- local KLShapeShiftCardBreakPanelView = {}
- setmetatable(KLShapeShiftCardBreakPanelView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/ShapeShiftCard/Panel/KLShapeShiftCardBreak/KLShapeShiftCardBreakPanelKml'
- KLShapeShiftCardBreakPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLShapeShiftCardBreakPanelView:Init(parent)
- self:InitRoot(parent,kmlPath,KLShapeShiftCardBreakPanelView.content)
- end
- return KLShapeShiftCardBreakPanelView
|