namespace Content.Shared.Chemistry.Components.SolutionManager; /// /// Denotes the solution that can removed be with syringes. /// [RegisterComponent] public sealed partial class DrawableSolutionComponent : Component { /// /// Solution name that can be removed with syringes. /// [DataField, ViewVariables(VVAccess.ReadWrite)] public string Solution = "default"; }