namespace MudDesigner.MudEngine.Objects.Environment { public enum AvailableTravelDirections { None = 0, North, South, East, West, Up, Down, } }