Class SolutionRegenerationComponent
Passively increases a solution's quantity of a reagent.
Inheritance
System.Object
SolutionRegenerationComponent
Namespace: Content.Server.Chemistry.Components
Assembly: Content.Server.dll
Syntax
public sealed class SolutionRegenerationComponent : Component
Fields
| Improve this Doc View SourceDuration
How long it takes to regenerate once.
Declaration
public TimeSpan Duration
Field Value
Type | Description |
---|---|
TimeSpan |
Generated
The reagent(s) to be regenerated in the solution.
Declaration
public Solution Generated
Field Value
Type | Description |
---|---|
Solution |
NextRegenTime
The time when the next regeneration will occur.
Declaration
public TimeSpan NextRegenTime
Field Value
Type | Description |
---|---|
TimeSpan |
Solution
The name of the solution to add to.
Declaration
public string Solution
Field Value
Type | Description |
---|---|
System.String |