Show / Hide Table of Contents

Struct GhostRoleInfo

Namespace: Content.Shared.Ghost.Roles
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
Type Description
System.Nullable<HashSet<JobRequirement>>
| Improve this Doc View Source

Rules

Declaration
public string Rules { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾