Base class: Object
This class handles network client functionality.
Disconnects from the server.
Sends a message to the server.
Parameters:
message
(string) - The message to be sent.Updates the server and checks for messages.
Creates a new client.
Returns:
client
(table) - The newly created client object.