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