local Debug = GameLab.Debug
local AssetBrowser = GameLab.Editor.GUI.EditorWindow.Extend("AssetBrowser", "GameLab.Editor")
AssetBrowser.Ctor = function(self)
self.base.Ctor(self, "AssetBrowser")
end
AssetBrowser.OnGUI = function(self)
end
AssetBrowser.OnFocus = function(self)
end
return AssetBrowser