summaryrefslogtreecommitdiff
path: root/Editor/Scripts/EditorApplication.lua
blob: fb37d6931fa8b5b6057ded3cc2850938b1cfab89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
local Editor = GameLab.Editor
local Engine = GameLab.Engine

local ViewEditor = {} 

function ViewEditor:OnGUI() 
    
end


-- Editor 

local view = Editor.ContainnerWindow.New(ViewEditor)