Class Client
Representation of a client connected to the server
Inherited Members
Namespace: SlipeServer.Server.Clients
Assembly: SlipeServer.Server.dll
Syntax
public class Client : Client<Player>, IClient<Player>, IClient
Constructors
| Edit this page View SourceClient(ulong, INetWrapper, Player)
Declaration
public Client(ulong binaryAddress, INetWrapper netWrapper, Player player)
Parameters
Type | Name | Description |
---|---|---|
ulong | binaryAddress | |
INetWrapper | netWrapper | |
Player | player |