Control doors on each floor WIP

This commit is contained in:
2024-02-17 17:19:57 -05:00
parent 0dfaaa4946
commit ff16d8ceb3
4 changed files with 20 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ end
--NumberOfFloors syntax: ElevatorDoor_(year)_Floor(floors amount)_1/2
function Floors:GetFloors(Year: string)
for i: number = 1, self.NumberOfFloors do
end
end