Show / Hide Table of Contents

Class SalvageFactionPrototype

Inheritance
System.Object
SalvageFactionPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Salvage.Expeditions
Assembly: Content.Shared.dll
Syntax
public sealed class SalvageFactionPrototype : object, IPrototype

Fields

| Improve this Doc View Source

Configs

Miscellaneous data for factions.

Declaration
public Dictionary<string, string> Configs
Field Value
Type Description
Dictionary<System.String, System.String>
| Improve this Doc View Source

MobGroups

Declaration
public List<SalvageMobEntry> MobGroups
Field Value
Type Description
List<Content.Shared.Salvage.Expeditions.SalvageMobEntry>

Properties

| Improve this Doc View Source

Description

Declaration
public string Description { get; }
Property Value
Type Description
System.String
| 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
☀
☾