public ServerConnector(string ip, int port) : base(ip, port) { m_handlers = new ServerPacketHandlers(this); OnInitialize(); }
protected virtual void OnInitialize() { m_handlers = new ServerPacketHandlers(this); }
public ServerConnector(string ip, int port) : base(ip, port) { m_handlers = new ServerPacketHandlers(this); OnInitialize(); }
protected virtual void OnInitialize() { m_handlers = new ServerPacketHandlers(this); }