Files
OldThink/Content.Client/Chemistry/EntitySystems/ReagentDispenserSystem.cs

12 lines
264 B
C#
Raw Normal View History

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