Working lanterns as floors pass by, need to work on going down, start working on hall displays

This commit is contained in:
2024-05-06 22:11:23 -04:00
parent a06ade478a
commit 81941420d8
7 changed files with 139 additions and 51 deletions

View File

@@ -2,12 +2,10 @@
--!native
--!strict
--[[
Module.Property = Property.constructor()
]]
local function Property<T>()
local function MakeEvent<T,U>()
end
return Property
return {
MakeEvent = MakeEvent
}