Interface IPlayerUser<T>
Represents a player user.
Inherited Members
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayerUser<out T> : IPlayerUser, IUser, ICommandActor, IPermissionActor where T : IPlayer
Type Parameters
Name | Description |
---|---|
T | The player type. |
Properties
| Improve this Doc View SourcePlayer
Gets the player.
Declaration
T Player { get; }
Property Value
Type | Description |
---|---|
T |