blob: def4237236482ac3cbb203c0f4ce779776f53c2c (
plain)
1
2
3
4
5
6
7
8
9
10
|
GameLab.Editor.GUI = GameLab.Editor.GUI or {}
local m = GameLab.Editor.GUI
local import = GameLab.import(...)
m.EditorWindow = import("EditorWindow")
import("Functions")
return m
|