namespace MelonVPNCore { public enum ClientResponseState { Online, Offline, Error, ServerError, None, Blank, Sent } }