Struct AlertState
Namespace: Content.Shared.Alert
Assembly: Content.Shared.dll
Syntax
public struct AlertState
Fields
| Improve this Doc View SourceCooldown
Declaration
public (TimeSpan, TimeSpan)? Cooldown
Field Value
Type | Description |
---|---|
System.Nullable<System.ValueTuple<TimeSpan, TimeSpan>> |
Severity
Declaration
public short? Severity
Field Value
Type | Description |
---|---|
System.Nullable<System.Int16> |
Type
Declaration
public AlertType Type
Field Value
Type | Description |
---|---|
AlertType |