Merge ActorSystem and IPlayerManager (#21314)
This commit is contained in:
@@ -2,6 +2,7 @@ using Robust.Client.Graphics;
|
||||
using Robust.Client.Player;
|
||||
using Content.Shared.Eye.Blinding.Components;
|
||||
using Content.Shared.GameTicking;
|
||||
using Robust.Shared.Player;
|
||||
|
||||
namespace Content.Client.Eye.Blinding;
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using Content.Shared.Eye.Blinding.Components;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Client.Player;
|
||||
using Robust.Shared.Player;
|
||||
|
||||
namespace Content.Client.Eye.Blinding;
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ using JetBrains.Annotations;
|
||||
using Robust.Client.GameObjects;
|
||||
using Robust.Client.Physics;
|
||||
using Robust.Client.Player;
|
||||
using Robust.Shared.Player;
|
||||
using Robust.Shared.Timing;
|
||||
|
||||
namespace Content.Client.Eye;
|
||||
|
||||
Reference in New Issue
Block a user