mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
work on door opening possibility while the elevator is stopped
This commit is contained in:
@@ -16,8 +16,8 @@ type Impl_Constructor = {
|
||||
|
||||
type Constructor_Fun = (TweenSettings: TweenInfo?, Object: Instance?, PreProperties: TweenAnimation?) -> ClassConstructor
|
||||
type Constructor_Return_Props = {
|
||||
TweenInfo: TweenInfo?,
|
||||
Instance: Instance?,
|
||||
TweenInfo: TweenInfo?,
|
||||
Instance: Instance?,
|
||||
PreProperties: TweenAnimation?,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user