quantum-space-buddies/QSB/EchoesOfTheEye/Ghosts/Zone2ElevatorState.cs
2022-05-07 00:21:55 +01:00

11 lines
165 B
C#

namespace QSB.EchoesOfTheEye.Ghosts;
public enum Zone2ElevatorState
{
GoToUndercity,
ReachedUndercity,
ReturnToCity,
TutorialElevator,
LightsExtinguished
}