mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-15 22:21:55 +00:00
working car buttons, get leveling to accept strings and not just numbers
This commit is contained in:
@@ -33,7 +33,11 @@ type Impl_Constructor = {
|
||||
}
|
||||
|
||||
type FloorLevelingPositions = {number}
|
||||
type Constructor_Fun = (ElevatorBoxModel: BasePart, ElevatorConfigurationTable: ElevatorTypes.ElevatorConfigurationTable, FloorLevelingPositions: FloorLevelingPositions) -> ClassConstructor
|
||||
type Constructor_Fun = (
|
||||
ElevatorBoxModel: BasePart,
|
||||
ElevatorConfigurationTable: ElevatorTypes.ElevatorConfigurationTable,
|
||||
FloorLevelingPositions: FloorLevelingPositions
|
||||
) -> ClassConstructor
|
||||
|
||||
type Constructor_Return_Props = {
|
||||
RelayAlgorithm: RelayAlgorithm.RelayAlgorithmConstructor,
|
||||
|
||||
Reference in New Issue
Block a user