Stop github warnings
This commit is contained in:
@@ -30,8 +30,7 @@ namespace Content.Client.GameObjects.Components.Mobs
|
|||||||
private Vector2 _currentKick;
|
private Vector2 _currentKick;
|
||||||
private float _lastKickTime;
|
private float _lastKickTime;
|
||||||
|
|
||||||
[ComponentDependency]
|
[ComponentDependency] private readonly EyeComponent? _eye = null;
|
||||||
private readonly EyeComponent? _eye;
|
|
||||||
|
|
||||||
// Basically I needed a way to chain this effect for the attack lunge animation.
|
// Basically I needed a way to chain this effect for the attack lunge animation.
|
||||||
// Sorry!
|
// Sorry!
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ namespace Content.Client.UserInterface.Suspicion
|
|||||||
public class SuspicionGui : Control
|
public class SuspicionGui : Control
|
||||||
{
|
{
|
||||||
[Dependency] private readonly IPlayerManager _playerManager = default!;
|
[Dependency] private readonly IPlayerManager _playerManager = default!;
|
||||||
[Dependency] private readonly IEntityManager _entityManager = default!;
|
|
||||||
|
|
||||||
private readonly VBoxContainer _container;
|
private readonly VBoxContainer _container;
|
||||||
private readonly Button _roleButton;
|
private readonly Button _roleButton;
|
||||||
|
|||||||
Reference in New Issue
Block a user