mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
11 lines
107 B
Lua
11 lines
107 B
Lua
--!optimize 2
|
|
--!native
|
|
--!strict
|
|
|
|
local function MakeEvent<T,U>()
|
|
|
|
end
|
|
|
|
return {
|
|
MakeEvent = MakeEvent
|
|
} |