public Client(int _clientId) { id = _clientId; tcp = new TCP(id); udp = new UDP(id); }
public User(int _id) { id = _id; udp = new UDP(id); }