Class FitsInDispenserComponent
Allows the entity with this component to be placed in a SharedReagentDispenserComponent
.
Otherwise it's considered to be too large or the improper shape to fit.
Allows us to have obscenely large containers that are harder to abuse in chem dispensers since they can't be placed directly in them.
Inheritance
System.Object
FitsInDispenserComponent
Namespace: Content.Shared.Chemistry.Components
Assembly: Content.Shared.dll
Syntax
public sealed class FitsInDispenserComponent : Component
Properties
| Improve this Doc View SourceSolution
Solution name that will interact with ReagentDispenserComponent.
Declaration
public string Solution { get; set; }
Property Value
Type | Description |
---|---|
System.String |