9 lines
153 B
C#
9 lines
153 B
C#
using Content.Shared.Labels.EntitySystems;
|
|
|
|
namespace Content.Server.Labels.Label;
|
|
|
|
public sealed class HandLabelerSystem : SharedHandLabelerSystem
|
|
{
|
|
|
|
}
|