Class OnRemovedEventArgs
Inherited Members
Namespace: Slipe.Server.Accounts.Events
Assembly: SlipeServer.dll
Syntax
public class OnRemovedEventArgs
Properties
| Improve this Doc View SourceBan
The ban that was removed
Declaration
public Ban Ban { get; }
Property Value
Type | Description |
---|---|
Ban |
ResponsiblePlayer
The player responsible for removing the ban or null
Declaration
public Player ResponsiblePlayer { get; }
Property Value
Type | Description |
---|---|
Player |