Cleaner BoundUserInterfaces (#17736)
This commit is contained in:
@@ -8,11 +8,13 @@ namespace Content.Client.Forensics
|
||||
{
|
||||
[Dependency] private readonly IGameTiming _gameTiming = default!;
|
||||
|
||||
[ViewVariables]
|
||||
private ForensicScannerMenu? _window;
|
||||
|
||||
[ViewVariables]
|
||||
private TimeSpan _printCooldown;
|
||||
|
||||
public ForensicScannerBoundUserInterface(ClientUserInterfaceComponent owner, Enum uiKey) : base(owner, uiKey)
|
||||
public ForensicScannerBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user