Files
OldThink/Content.Client/Labels/EntitySystems/LabelSystem.cs

8 lines
142 B
C#
Raw Normal View History

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