Testing Example changes
This commit is contained in:
parent
fa39aaea9a
commit
ac24c9041d
1 changed files with 0 additions and 5 deletions
|
@ -3,13 +3,8 @@ local replicated = game:GetService("ReplicatedStorage")
|
||||||
local types = require(replicated.Modules.Managers.UIManager.Types)
|
local types = require(replicated.Modules.Managers.UIManager.Types)
|
||||||
local Window = require(replicated.Modules.Managers.UIManager.Window)
|
local Window = require(replicated.Modules.Managers.UIManager.Window)
|
||||||
|
|
||||||
|
|
||||||
local DEFAULT_PAGE = "page"
|
local DEFAULT_PAGE = "page"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
local window = Window.new(script.Name)
|
local window = Window.new(script.Name)
|
||||||
|
|
||||||
window:OnBuild(function(self: types.Window): ()
|
window:OnBuild(function(self: types.Window): ()
|
||||||
|
|
Loading…
Reference in a new issue