Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFoxIV committed Mar 5, 2025
1 parent 9acacd7 commit 7c6ce28
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Content.Shared/Crayon/SharedCrayonSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ namespace Content.Shared.Crayon;
public abstract class SharedCrayonSystem : EntitySystem
{
[Dependency] protected readonly SharedHandsSystem _hands = default!;
[Dependency] private readonly ISharedAdminLogManager _adminLogger = default!;
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly SharedDecalSystem _decals = default!;
[Dependency] private readonly SharedPopupSystem _popup = default!;
[Dependency] private readonly ITileDefinitionManager _tileDef = default!;
[Dependency] private readonly SharedAudioSystem _audio = default!;
[Dependency] private readonly SharedMapSystem _map = default!;
[Dependency] private readonly SharedUserInterfaceSystem _uiSystem = default!;

public override void Initialize()
Expand Down

0 comments on commit 7c6ce28

Please sign in to comment.