Updated elevator, added audio master slider
This commit is contained in:
@@ -358,6 +358,7 @@ public class ElevatorBox : NetworkBehaviour
|
||||
|
||||
SetState(ElevatorState.OpenDoorsStationary);
|
||||
yield return new WaitForSeconds(doorStayOpenTime); // wait for passengers
|
||||
StartCoroutine(CloseDoors());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user