Fix a bunch of compiler warnigns.

This commit is contained in:
Pieter-Jan Briers
2020-06-08 14:44:11 +02:00
parent 101335debe
commit 433198a123
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ namespace Content.Client.GameObjects.Components.Power
public class SolarControlConsoleBoundUserInterface : BoundUserInterface
{
[Dependency]
private IGameTiming _gameTiming;
private IGameTiming _gameTiming = default;
private SolarControlWindow _window;
private SolarControlConsoleBoundInterfaceState _lastState = new SolarControlConsoleBoundInterfaceState(0, 0, 0, 0);