Files
OldThink/Content.Client/Chemistry/ChemicalReactionSystem.cs

10 lines
172 B
C#
Raw Normal View History

2021-06-09 22:19:39 +02:00
using Content.Shared.Chemistry.Reaction;
namespace Content.Client.Chemistry
{
public sealed class ChemicalReactionSystem : SharedChemicalReactionSystem
2021-06-09 22:19:39 +02:00
{
}
}