Examine warnings cleanup (#36162)
* Examine warnings cleanup * Revert unnecessary change * SpriteSystem naming conventions
This commit is contained in:
@@ -30,6 +30,7 @@ namespace Content.Client.Examine
|
||||
[Dependency] private readonly IPlayerManager _playerManager = default!;
|
||||
[Dependency] private readonly IEyeManager _eyeManager = default!;
|
||||
[Dependency] private readonly VerbSystem _verbSystem = default!;
|
||||
[Dependency] private readonly SpriteSystem _sprite = default!;
|
||||
|
||||
public const string StyleClassEntityTooltip = "entity-tooltip";
|
||||
|
||||
@@ -332,7 +333,7 @@ namespace Content.Client.Examine
|
||||
if (!examine.ShowOnExamineTooltip)
|
||||
continue;
|
||||
|
||||
var button = new ExamineButton(examine);
|
||||
var button = new ExamineButton(examine, _sprite);
|
||||
|
||||
if (examine.HoverVerb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user