Class DepartmentTimeRequirement
Namespace: Content.Shared.Roles
Assembly: Content.Shared.dll
Syntax
public sealed class DepartmentTimeRequirement : JobRequirement
Fields
| Improve this Doc View SourceDepartment
Which department needs the required amount of time.
Declaration
public string Department
Field Value
Type | Description |
---|---|
System.String |
Inverted
If true, requirement will return false if playtime above the specified time.
Declaration
public bool Inverted
Field Value
Type | Description |
---|---|
System.Boolean |
|
Time
How long (in seconds) this requirement is.
Declaration
public TimeSpan Time
Field Value
Type | Description |
---|---|
TimeSpan |