Delta-v/Content.Client/Chemistry/ChemicalReactionSystem.cs

10 lines
172 B
C#

using Content.Shared.Chemistry.Reaction;
namespace Content.Client.Chemistry
{
public sealed class ChemicalReactionSystem : SharedChemicalReactionSystem
{
}
}