conn | The new connection object. |
This virtual function can be overridden to perform custom functionality for new network connections.
By default OnConnected just invokes a connect event on the new connection.
no example available in JavaScript
public virtual void OnConnected(NetworkConnection conn) { conn.InvokeHandlerNoData(MsgType.Connect); }