package ring.server; public enum MUDConnectionState { LOGGING_IN, RETURNING, PLAYING; }