mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* Reaction sound re-added * Moves reaction sound file to reaction prototype Co-authored-by: py01 <pyronetics01@gmail.com>
10 lines
198 B
C#
10 lines
198 B
C#
using Content.Shared.GameObjects.EntitySystems;
|
|
|
|
namespace Content.Client.GameObjects.EntitySystems.NewFolder
|
|
{
|
|
public class ChemicalReactionSystem : SharedChemicalReactionSystem
|
|
{
|
|
|
|
}
|
|
}
|