10 lines
165 B
C#
10 lines
165 B
C#
|
|
using Content.Shared.Chemistry.Reaction;
|
||
|
|
|
||
|
|
namespace Content.Client.Chemistry
|
||
|
|
{
|
||
|
|
public class ChemicalReactionSystem : SharedChemicalReactionSystem
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|