Skip to content

Commit

Permalink
does naming matter?
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 19, 2024
1 parent 1890369 commit bbd11f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class SharedInteractionVerbsSystem : EntitySystem
[Dependency] private readonly SharedPopupSystem _popups = default!;
[Dependency] private readonly IPrototypeManager _protoMan = default!;
[Dependency] private readonly IGameTiming _timing = default!;
[Dependency] private readonly EntityWhitelistSystem _whitelist = default!;
[Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!;

public override void Initialize()
{
Expand Down

0 comments on commit bbd11f9

Please sign in to comment.