namespace MUDEngine.Objects.Environment { public struct StartingLocation { public Room Room; public Zone Zone; public Realm Realm; } }