Files

9 lines
153 B
C#
Raw Permalink Normal View History

using Content.Shared.Labels.EntitySystems;
namespace Content.Server.Labels.Label;
2022-12-15 12:33:27 -06:00
public sealed class HandLabelerSystem : SharedHandLabelerSystem
{
}