using JetBrains.Annotations; using Content.Shared.Chemistry.EntitySystems; namespace Content.Client.Chemistry.EntitySystems { [UsedImplicitly] public sealed class ReagentDispenserSystem : SharedReagentDispenserSystem { // hello there. } }