module neton.client.NetonOption;

struct NetonOption
{
    string ip;
    ushort port;
}