Class ReactiveReagentEffectEntry
Inheritance
System.Object
ReactiveReagentEffectEntry
Assembly: Content.Shared.dll
Syntax
public sealed class ReactiveReagentEffectEntry : object
Fields
|
Improve this Doc
View Source
Effects
Declaration
public List<ReagentEffect> Effects
Field Value
|
Improve this Doc
View Source
Methods
Declaration
public HashSet<ReactionMethod> Methods
Field Value
|
Improve this Doc
View Source
Reagents
Declaration
public HashSet<string>? Reagents
Field Value
Type |
Description |
System.Nullable<HashSet<System.String>> |
|
Properties
|
Improve this Doc
View Source
ReactiveGroups
Declaration
public Dictionary<string, HashSet<ReactionMethod>>? ReactiveGroups { get; }
Property Value
Type |
Description |
System.Nullable<Dictionary<System.String, HashSet<ReactionMethod>>> |
|