Files
crystall-punk-14/Content.Client/Chemistry/EntitySystems/ReagentDispenserSystem.cs

13 lines
290 B
C#
Raw Normal View History

using Content.Shared.Chemistry.EntitySystems;
2022-09-11 20:42:12 -07:00
using JetBrains.Annotations;
namespace Content.Client.Chemistry.EntitySystems
{
[UsedImplicitly]
public sealed class ReagentDispenserSystem : SharedReagentDispenserSystem
{
// hello there.
2022-09-11 20:42:12 -07:00
// General Kenobi
}
}