Interface IBanningPlayerEvent
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IBanningPlayerEvent : IPlayerEvent, ICancellableEvent, IEvent
Properties
|
Improve this Doc
View Source
Duration
Declaration
TimeSpan Duration { get; set; }
Property Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
InstigatorId
Declaration
string InstigatorId { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InstigatorType
Declaration
string InstigatorType { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Reason
Declaration
string? Reason { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Extension Methods