Connector
The Connector
as said before, is like a wrapper around aController
. It just holds information like port number, max players and current player count. When a Connector
is created, it creates it's corresponding Controller
in a new thread.