Class ReactionMixerComponent
Inheritance
System.Object
ReactionMixerComponent
Namespace: Content.Shared.Chemistry.Reaction
Assembly: Content.Shared.dll
Syntax
public sealed class ReactionMixerComponent : Component
Fields
| Improve this Doc View SourceMixMessage
A string which identifies the string to be sent when successfully mixing a solution
Declaration
public string MixMessage
Field Value
Type | Description |
---|---|
System.String |
ReactionTypes
A list of IDs for categories of reactions that can be mixed (i.e. HOLY for a bible, DRINK for a spoon)
Declaration
public List<string> ReactionTypes
Field Value
Type | Description |
---|---|
List<System.String> |