11 lines
165 B
C#
Raw Normal View History

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