Remove some obsolete AppearanceComponent method usages (#13726)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Client.Pinpointer
|
||||
public sealed class ClientPinpointerSystem : SharedPinpointerSystem
|
||||
{
|
||||
[Dependency] private readonly IEyeManager _eyeManager = default!;
|
||||
[Dependency] private readonly AppearanceSystem _appearance = default!;
|
||||
[Dependency] private readonly SharedAppearanceSystem _appearance = default!;
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user