1 2 3 4 5 6 7 8 9
GameLab.Editor.GUI = GameLab.Editor.GUI or {} local m = GameLab.Editor.GUI local import = GameLab.import(...) import("ContainerWindow") import("GUIWindow") return m