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

10 lines
165 B
C#
Raw Normal View History

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