+using Robust.Shared.GameStates;
+
namespace Content.Shared.Chemistry.Components;
-[RegisterComponent]
-public sealed partial class SolutionScannerComponent : Component
-{
-}
+/// <summary>
+/// Allows an entity to examine reagents inside of containers, puddles and similiar via the examine verb.
+/// Works when added either directly to an entity or to piece of clothing worn by that entity.
+/// </summary>
+[RegisterComponent, NetworkedComponent]
+public sealed partial class SolutionScannerComponent : Component;