public ConnectEvent() { Command = CommandID.Connect; Proto = new ConnectInfo(); }
public BreakConnectEvent() { Command = CommandID.BreakConnection; Proto = new ConnectInfo(); }