Struct GhostRoleInfo
Assembly: Content.Shared.dll
Syntax
public struct GhostRoleInfo
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Identifier
Declaration
public uint Identifier { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Requirements
Declaration
public HashSet<JobRequirement>? Requirements { get; set; }
Property Value
|
Improve this Doc
View Source
Rules
Declaration
public string Rules { get; set; }
Property Value
Type |
Description |
System.String |
|