Class UnbannedEventArgs
Contains all information after a player gets unbanned.
public class UnbannedEventArgs : IExiledEvent
- Inheritance
-
UnbannedEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
UnbannedEventArgs(string, BanType)
Initializes a new instance of the UnbannedEventArgs class.
public UnbannedEventArgs(string id, BanHandler.BanType banType)
Parameters
id
stringbanType
BanHandler.BanType
Properties
BanType
Gets the ban type.
public BanHandler.BanType BanType { get; }
Property Value
- BanHandler.BanType
TargetId
Gets or sets the target player id.
public string TargetId { get; set; }