7 lines
158 B
C#
7 lines
158 B
C#
|
|
using Content.Shared.Chemistry.EntitySystems;
|
|
|
|
namespace Content.Server.Chemistry.EntitySystems;
|
|
|
|
public sealed class InjectorSystem : SharedInjectorSystem;
|