ENetClient.Connected Event
This event is fired when a new connection is made.
Parameters
- peer
- The peer that got connected. If you passed a custom peer class in the CreateCustomPeer event then you can type cast this value to your custom class type here.
Remarks
See Also
ENetClient Class