Files
2025-12-02 20:37:18 +07:00

19 lines
169 B
Lua

UIModel = HL.Class("UIModel")
UIModel.InitModel = HL.Virtual() << function(self)
end
UIModel.OnClose = HL.Virtual() << function(self)
end
HL.Commit(UIModel)