onClientConnected method
- Channel id,
- NetworkerSocketInfo info
inherited
Called when a new client connection is added. Override this to perform custom logic on connection.
Implementation
@protected
void onClientConnected(Channel id, T info) {}
Called when a new client connection is added. Override this to perform custom logic on connection.
@protected
void onClientConnected(Channel id, T info) {}