Show / Hide Table of Contents

Class ReactiveReagentEffectEntry

Inheritance
System.Object
ReactiveReagentEffectEntry
Namespace: Content.Shared.Chemistry.Reaction
Assembly: Content.Shared.dll
Syntax
public sealed class ReactiveReagentEffectEntry : object

Fields

| Improve this Doc View Source

Effects

Declaration
public List<ReagentEffect> Effects
Field Value
Type Description
List<ReagentEffect>
| Improve this Doc View Source

Methods

Declaration
public HashSet<ReactionMethod> Methods
Field Value
Type Description
HashSet<ReactionMethod>
| 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>>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾