namespace Content.Shared.Chemistry.Components.SolutionManager; [RegisterComponent] public sealed partial class ExaminableSolutionComponent : Component { [DataField, ViewVariables(VVAccess.ReadWrite)] public string Solution = "default"; /// /// If false then the hidden solution is always visible. /// [DataField] public bool HeldOnly; }