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 SourceConfigs
Miscellaneous data for factions.
Declaration
public Dictionary<string, string> Configs
Field Value
Type | Description |
---|---|
Dictionary<System.String, System.String> |
MobGroups
Declaration
public List<SalvageMobEntry> MobGroups
Field Value
Type | Description |
---|---|
List<Content.Shared.Salvage.Expeditions.SalvageMobEntry> |
Properties
| Improve this Doc View SourceDescription
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
ID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype