ninja 2 electric boogaloo (#15534)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
10
Content.Client/Ninja/Systems/NinjaGlovesSystem.cs
Normal file
10
Content.Client/Ninja/Systems/NinjaGlovesSystem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.Ninja.Systems;
|
||||
|
||||
namespace Content.Client.Ninja.Systems;
|
||||
|
||||
/// <summary>
|
||||
/// Does nothing special, only exists to provide a client implementation.
|
||||
/// </summary>
|
||||
public sealed class NinjaGlovesSystem : SharedNinjaGlovesSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user