Files
OldThink/Content.Client/Chemistry/ChemicalReactionSystem.cs
2021-06-09 22:19:39 +02:00

10 lines
165 B
C#

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