EnergyKatanaComponent.cs 342 B

12345678910
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Ninja.Components;
  3. /// <summary>
  4. /// Component for a Space Ninja's katana, controls ninja related dash logic.
  5. /// Requires a ninja with a suit for abilities to work.
  6. /// </summary>
  7. [RegisterComponent, NetworkedComponent]
  8. public sealed partial class EnergyKatanaComponent : Component;