mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
8 lines
134 B
C#
8 lines
134 B
C#
using Content.Shared.Stunnable;
|
|
|
|
namespace Content.Client.Stunnable;
|
|
|
|
public sealed class StunbatonSystem : SharedStunbatonSystem
|
|
{
|
|
}
|