Add prediction to hand labeler labels (#25869)
Added prediction to labels
This commit is contained in:
7
Content.Client/Labels/EntitySystems/LabelSystem.cs
Normal file
7
Content.Client/Labels/EntitySystems/LabelSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Content.Shared.Labels.EntitySystems;
|
||||
|
||||
namespace Content.Client.Labels;
|
||||
|
||||
public sealed partial class LabelSystem : SharedLabelSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user