Files

8 lines
142 B
C#
Raw Permalink Normal View History

using Content.Shared.Labels.EntitySystems;
namespace Content.Client.Labels;
public sealed partial class LabelSystem : SharedLabelSystem
{
}