mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-15 21:51:55 +00:00
Working car button system, need to figure out some phantom data on the relay algorithm events for hall station buttons to recognize and pick up the heading direction
This commit is contained in:
@@ -51,7 +51,8 @@ export type EnumElevatorCallDirections = typeof(Enums.ElevatorCallDirection)
|
||||
export type ElevatorCallDirectionValues = typeof(Enums.ElevatorCallDirection.Up) | typeof(Enums.ElevatorCallDirection.Down)
|
||||
Enums.ElevatorCallDirection = {
|
||||
Up = "Up" :: "Up",
|
||||
Down = "Down" :: "Down"
|
||||
Down = "Down" :: "Down",
|
||||
Cab = "Cab" :: "Cab"
|
||||
}
|
||||
|
||||
return Enums
|
||||
|
||||
Reference in New Issue
Block a user