PGRData/Resources/Scripts/XUi/XUiTRPG/XUiTRPGBag/XUiTRPGBagGrid.lua
2022-12-26 14:06:01 +05:30

16 lines
No EOL
387 B
Lua

local XUiTRPGBagGrid = XClass(nil, "XUiTRPGBagGrid")
function XUiTRPGBagGrid:Ctor(ui)
self.GameObject = ui.gameObject
self.Transform = ui.transform
XTool.InitUiObject(self)
end
function XUiTRPGBagGrid:Refresh()
-- self.TxtNum.text = --拥有数量
-- self.TxtItemName.text =
-- self.TextItemDesc =
-- self.RImgIcon:SetRawImage()
end
return XUiTRPGBagGrid