11 lines
249 B
C#
11 lines
249 B
C#
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
|
|
{
|
|
}
|