Class SharedChemistryGuideDataSystem
This handles the chemistry guidebook and caching it.
Inheritance
System.Object
SharedChemistryGuideDataSystem
Namespace: Content.Shared.Chemistry
Assembly: Content.Shared.dll
Syntax
public abstract class SharedChemistryGuideDataSystem : EntitySystem
Fields
| Improve this Doc View SourcePrototypeManager
Declaration
protected readonly IPrototypeManager PrototypeManager
Field Value
Type | Description |
---|---|
Robust.Shared.Prototypes.IPrototypeManager |
Registry
Declaration
protected readonly Dictionary<string, ReagentGuideEntry> Registry
Field Value
Type | Description |
---|---|
Dictionary<System.String, ReagentGuideEntry> |
Properties
| Improve this Doc View SourceReagentGuideRegistry
Declaration
public IReadOnlyDictionary<string, ReagentGuideEntry> ReagentGuideRegistry { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<System.String, ReagentGuideEntry> |