Class OnBannedEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnBannedEventArgs
Properties
| Improve this Doc View SourceBan
The ban that was added
Declaration
public Ban Ban { get; }
Property Value
Type | Description |
---|---|
Ban |
ResponsiblePlayer
The player who added the ban
Declaration
public Player ResponsiblePlayer { get; }
Property Value
Type | Description |
---|---|
Player |