Files
tbd-station-14/Content.Client/Chemistry/EntitySystems/ReagentDispenserSystem.cs
2022-09-11 20:42:12 -07:00

13 lines
290 B
C#

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