Struct ReagentGuideEntry
Assembly: Content.Shared.dll
Syntax
public struct ReagentGuideEntry
Constructors
|
Improve this Doc
View Source
ReagentGuideEntry(ReagentPrototype, IPrototypeManager, IEntitySystemManager)
Declaration
public ReagentGuideEntry(ReagentPrototype proto, IPrototypeManager prototype, IEntitySystemManager entSys)
Parameters
Type |
Name |
Description |
ReagentPrototype |
proto |
|
Robust.Shared.Prototypes.IPrototypeManager |
prototype |
|
IEntitySystemManager |
entSys |
|
Fields
|
Improve this Doc
View Source
GuideEntries
Declaration
public Dictionary<string, ReagentEffectsGuideEntry>? GuideEntries
Field Value
|
Improve this Doc
View Source
ReagentPrototype
Declaration
public string ReagentPrototype
Field Value
Type |
Description |
System.String |
|