Files
OldThink/Content.Client/Stunnable/StunbatonSystem.cs

8 lines
134 B
C#
Raw Normal View History

using Content.Shared.Stunnable;
namespace Content.Client.Stunnable;
public sealed class StunbatonSystem : SharedStunbatonSystem
{
}