13 lines
290 B
C#
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
|
|
}
|
|
}
|