Files
tbd-station-14/Content.Client/Labels/EntitySystems/LabelSystem.cs
Tayrtahn f4976a3288 Add prediction to hand labeler labels (#25869)
Added prediction to labels
2024-03-06 12:33:28 +11:00

8 lines
142 B
C#

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