ClientConnectedEventArgs Class
Namespace: Riptide
Assembly: RiptideNetworking.dll
Contains event data for when a non-local client connects to the server.
public class ClientConnectedEventArgs : EventArgs
Inherited Members
Constructors
ClientConnectedEventArgs(ushort) | Initializes event data. |
Fields
Id | The numeric ID of the client that connected. |