Class PlayerHandlers
Handles general events for players.
Inheritance
System.Object
PlayerHandlers
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.CustomRoles.Events
Assembly: Exiled.CustomRoles.dll
Syntax
public class PlayerHandlers
Constructors
| Improve this Doc View SourcePlayerHandlers(CustomRoles)
Initializes a new instance of the PlayerHandlers class.
Declaration
public PlayerHandlers(CustomRoles plugin)
Parameters
Type | Name | Description |
---|---|---|
CustomRoles | plugin | The CustomRoles plugin instance. |