Show / Hide Table of Contents

Class ReagentGuideChangeset

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

Constructors

| Improve this Doc View Source

ReagentGuideChangeset(Dictionary<String, ReagentGuideEntry>, HashSet<String>)

Declaration
public ReagentGuideChangeset(Dictionary<string, ReagentGuideEntry> guideEntries, HashSet<string> removed)
Parameters
Type Name Description
Dictionary<System.String, ReagentGuideEntry> guideEntries
HashSet<System.String> removed

Fields

| Improve this Doc View Source

GuideEntries

Declaration
public Dictionary<string, ReagentGuideEntry> GuideEntries
Field Value
Type Description
Dictionary<System.String, ReagentGuideEntry>
| Improve this Doc View Source

Removed

Declaration
public HashSet<string> Removed
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾