Fix compiler warnings
This commit is contained in:
@@ -14,7 +14,9 @@ namespace Content.Client.GameObjects.Components.Command
|
||||
[ViewVariables]
|
||||
private CommunicationsConsoleMenu _menu;
|
||||
|
||||
#pragma warning disable 649
|
||||
[Dependency] private IGameTiming _gameTiming;
|
||||
#pragma warning restore 649
|
||||
|
||||
public bool CountdownStarted { get; private set; }
|
||||
|
||||
@@ -55,13 +57,6 @@ namespace Content.Client.GameObjects.Components.Command
|
||||
SendMessage(new CommunicationsConsoleRecallEmergencyShuttleMessage());
|
||||
}
|
||||
|
||||
protected override void ReceiveMessage(BoundUserInterfaceMessage message)
|
||||
{
|
||||
switch (message)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
protected override void UpdateState(BoundUserInterfaceState state)
|
||||
{
|
||||
if (!(state is CommunicationsConsoleInterfaceState commsState))
|
||||
|
||||
Reference in New Issue
Block a user