ro-table/Asstes/Resources/Script/FrameWork/GUI/cell/ChatRoomMySelfCell.txt
2025-06-04 05:02:57 +08:00

10 lines
311 B
Plaintext

autoImport("ChatRoomCell")
ChatRoomMySelfCell = reusableClass("ChatRoomMySelfCell", ChatRoomCell)
ChatRoomMySelfCell.rid = ResourcePathHelper.UICell("ChatRoomMySelfCell")
function ChatRoomMySelfCell:CreateSelf(parent)
if parent then
self.gameObject = self:CreateObj(ChatRoomMySelfCell.rid,parent)
end
end