Fix stun baton throwing and visual effect (#18777)

This commit is contained in:
Slava0135
2023-08-08 23:19:31 +03:00
committed by GitHub
parent 2714101ad7
commit 375f487d94
12 changed files with 117 additions and 75 deletions

View File

@@ -0,0 +1,7 @@
using Content.Shared.Stunnable;
namespace Content.Client.Stunnable;
public sealed class StunbatonSystem : SharedStunbatonSystem
{
}