ninja 2 electric boogaloo (#15534)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
12
Content.Shared/Ninja/Components/EnergyKatanaComponent.cs
Normal file
12
Content.Shared/Ninja/Components/EnergyKatanaComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Ninja.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Component for a Space Ninja's katana, controls ninja related dash logic.
|
||||
/// Requires a ninja with a suit for abilities to work.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class EnergyKatanaComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user