using Robust.Shared.GameStates; namespace Content.Shared.Ninja.Components; /// /// Component for a Space Ninja's katana, controls ninja related dash logic. /// Requires a ninja with a suit for abilities to work. /// [RegisterComponent, NetworkedComponent] public sealed partial class EnergyKatanaComponent : Component;