Class DumpableSolutionComponent
Denotes the solution that can be easily dumped into (completely removed from the dumping container into this one) Think pouring a container fully into this.
Inheritance
System.Object
DumpableSolutionComponent
Namespace: Content.Shared.Chemistry.Components
Assembly: Content.Shared.dll
Syntax
public sealed class DumpableSolutionComponent : Component
Properties
| Improve this Doc View SourceSolution
Solution name that can be dumped into.
Declaration
public string Solution { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unlimited
Whether the solution can be dumped into infinitely.
Declaration
public bool Unlimited { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |