Remove all Assigned Values that are Never Used (#30110)

Remove all Assigned Values that are never used
This commit is contained in:
Cojoke
2024-07-18 19:22:23 -05:00
committed by GitHub
parent 84fe6bcde4
commit b57174007c
30 changed files with 0 additions and 38 deletions

View File

@@ -17,7 +17,6 @@ public sealed partial class StationJobsSystem
{
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly IBanManager _banManager = default!;
[Dependency] private readonly PlayTimeTrackingSystem _playTime = default!;
private Dictionary<int, HashSet<string>> _jobsByWeight = default!;
private List<int> _orderedWeights = default!;