Interface IClient<TPlayer>
Inherited Members
Namespace: SlipeServer.Server.Clients
Assembly: SlipeServer.Server.dll
Syntax
public interface IClient<TPlayer> : IClient where TPlayer : Player
Type Parameters
Name | Description |
---|---|
TPlayer |
Properties
| Edit this page View SourcePlayer
Declaration
TPlayer Player { get; set; }
Property Value
Type | Description |
---|---|
TPlayer |