Class DepartmentPrototype
Inheritance
System.Object
DepartmentPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Roles
Assembly: Content.Shared.dll
Syntax
public sealed class DepartmentPrototype : object, IPrototype
Fields
| Improve this Doc View SourceColor
A color representing this department to use for text.
Declaration
public Color Color
Field Value
Type | Description |
---|---|
Color |
Description
A description string to display in the character menu as an explanation of the department's function.
Declaration
public string Description
Field Value
Type | Description |
---|---|
System.String |
Roles
Declaration
public List<string> Roles
Field Value
Type | Description |
---|---|
List<System.String> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype