Class NoneRole
Defines a role that represents players with no role.
public class NoneRole : Role, IWrapper<PlayerRoleBase>, IVoiceRole
- Inheritance
-
NoneRole
- Implements
-
IWrapper<PlayerRoleBase>
- Inherited Members
- Extension Methods
Properties
Type
Gets the PlayerRoles.RoleTypeId of this Player.
public override RoleTypeId Type { get; }
Property Value
- RoleTypeId
VoiceModule
Gets the PlayerRoles.Voice.VoiceModuleBase of the role.
public VoiceModuleBase VoiceModule { get; }
Property Value
- VoiceModuleBase