mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
Working lanterns as floors pass by, need to work on going down, start working on hall displays
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user