mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
Added prediction to labels (cherry picked from commit f4976a32886850df2033e7866d0c9a5df37be1af)
8 lines
142 B
C#
8 lines
142 B
C#
using Content.Shared.Labels.EntitySystems;
|
|
|
|
namespace Content.Client.Labels;
|
|
|
|
public sealed partial class LabelSystem : SharedLabelSystem
|
|
{
|
|
}
|