using Content.Shared.Ninja.Systems; namespace Content.Client.Ninja.Systems; /// /// Currently does nothing special clientside. /// All functionality is in shared and server. /// Only exists to prevent crashing. /// public sealed class SpaceNinjaSystem : SharedSpaceNinjaSystem { }