Slipping, now with 20% more ecs (#4310)

* Slipping, now with 20% more ecs

* vereview
This commit is contained in:
metalgearsloth
2021-07-21 22:13:58 +10:00
committed by GitHub
parent 321f65c1b3
commit 590a6ce969
5 changed files with 146 additions and 118 deletions

View File

@@ -0,0 +1,9 @@
using Content.Shared.Slippery;
namespace Content.Client.Slippery
{
internal sealed class SlipperySystem : SharedSlipperySystem
{
protected override void PlaySound(SlipperyComponent component) {}
}
}