onClientDisconnected method
- Channel id,
- NetworkerSocketInfo info
inherited
Called when a client disconnects. Override this to perform custom logic on disconnection.
Implementation
@protected
void onClientDisconnected(Channel id, T info) {}
Called when a client disconnects. Override this to perform custom logic on disconnection.
@protected
void onClientDisconnected(Channel id, T info) {}