Delta-v/Content.Client/GameObjects/EntitySystems/ChemicalReactionSystem.cs

10 lines
198 B
C#

using Content.Shared.GameObjects.EntitySystems;
namespace Content.Client.GameObjects.EntitySystems.NewFolder
{
public class ChemicalReactionSystem : SharedChemicalReactionSystem
{
}
}