mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Added verbose
This commit is contained in:
@@ -28,6 +28,7 @@ function Gui._get_data(key) return Gui_data[key] end
|
||||
|
||||
function Gui:_load_parts(parts)
|
||||
for _,part in pairs(parts) do
|
||||
verbose('Gui Extraction: '..part)
|
||||
self[part] = require('/GuiParts/'..part)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user