Add a debug overlay for accessreaders (#9681)

> didnt pjb have issues with doing the control stuff in an overlay and just wanted direct texture draw

I ended up doing dis.
This commit is contained in:
metalgearsloth
2022-09-14 19:33:25 +10:00
committed by GitHub
parent c9d3545b39
commit 1e30848cf7
11 changed files with 167 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ namespace Content.Server.Sandbox
[Dependency] private readonly IPlacementManager _placementManager = default!;
[Dependency] private readonly IConGroupController _conGroupController = default!;
[Dependency] private readonly IServerConsoleHost _host = default!;
[Dependency] private readonly AccessSystem _access = default!;
[Dependency] private readonly SharedAccessSystem _access = default!;
[Dependency] private readonly InventorySystem _inventory = default!;
[Dependency] private readonly ItemSlotsSystem _slots = default!;
[Dependency] private readonly GameTicker _ticker = default!;