quantum-space-buddies/QSB/EchoesOfTheEye/Ghosts/Zone2ElevatorState.cs

11 lines
165 B
C#
Raw Permalink Normal View History

2022-05-06 23:21:55 +00:00
namespace QSB.EchoesOfTheEye.Ghosts;
public enum Zone2ElevatorState
{
GoToUndercity,
ReachedUndercity,
ReturnToCity,
TutorialElevator,
LightsExtinguished
}