mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2026-02-03 21:26:49 +00:00
relay work and source map
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
local RS: ReplicatedStorage = game:GetService("ReplicatedStorage")
|
||||
local Enum = require(RS:WaitForChild("Enum"))
|
||||
|
||||
local Enums = {}
|
||||
|
||||
Enums.ButtonsEnum = Enum.Create("Buttons", {
|
||||
Car = "CarButton",
|
||||
Enums.Buttons = {
|
||||
Car = "CarButton",
|
||||
Landing = "LandingButton",
|
||||
Special = "SpecialButton",
|
||||
})
|
||||
Relay = "RelayButton"
|
||||
}
|
||||
|
||||
Enums.Elevators = {
|
||||
Otis1960 = "Otis1960"
|
||||
}
|
||||
|
||||
return Enums
|
||||
Reference in New Issue
Block a user