mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-19 22:49:01 +03:00
10 lines
165 B
C#
10 lines
165 B
C#
using Content.Shared.Chemistry.Reaction;
|
|
|
|
namespace Content.Client.Chemistry
|
|
{
|
|
public class ChemicalReactionSystem : SharedChemicalReactionSystem
|
|
{
|
|
|
|
}
|
|
}
|