Show / Hide Table of Contents

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 Source

Color

A color representing this department to use for text.

Declaration
public Color Color
Field Value
Type Description
Color
| Improve this Doc View Source

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
| Improve this Doc View Source

Roles

Declaration
public List<string> Roles
Field Value
Type Description
List<System.String>

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾