Class RefillableSolutionComponent
Reagents that can be added easily. For example like pouring something into another beaker, glass, or into the gas tank of a car.
Inheritance
System.Object
RefillableSolutionComponent
Namespace: Content.Shared.Chemistry.Components
Assembly: Content.Shared.dll
Syntax
public sealed class RefillableSolutionComponent : Component
Properties
| Improve this Doc View SourceMaxRefill
The maximum amount that can be transferred to the solution at once
Declaration
public FixedPoint2? MaxRefill { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<FixedPoint2> |
Solution
Solution name that can added to easily.
Declaration
public string Solution { get; set; }
Property Value
Type | Description |
---|---|
System.String |