work on door opening possibility while the elevator is stopped

This commit is contained in:
2024-05-25 01:06:48 -04:00
parent 61153b53e1
commit c9f0074217
7 changed files with 119 additions and 75 deletions

View File

@@ -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?,
}