using Content.Shared.Ninja.Systems; namespace Content.Client.Ninja.Systems; /// /// Does nothing special, only exists to provide a client implementation. /// public sealed class NinjaGlovesSystem : SharedNinjaGlovesSystem { }