Class DrainableSolutionComponent
Denotes the solution that can be easily removed through any reagent container. Think pouring this or draining from a water tank.
Inheritance
System.Object
DrainableSolutionComponent
Namespace: Content.Shared.Chemistry.Components
Assembly: Content.Shared.dll
Syntax
public sealed class DrainableSolutionComponent : Component
Properties
| Improve this Doc View SourceSolution
Solution name that can be drained.
Declaration
public string Solution { get; set; }
Property Value
Type | Description |
---|---|
System.String |