12 lines
264 B
C#
12 lines
264 B
C#
using JetBrains.Annotations;
|
|
using Content.Shared.Chemistry.EntitySystems;
|
|
|
|
namespace Content.Client.Chemistry.EntitySystems
|
|
{
|
|
[UsedImplicitly]
|
|
public sealed class ReagentDispenserSystem : SharedReagentDispenserSystem
|
|
{
|
|
// hello there.
|
|
}
|
|
}
|