Add cargo shuttle (#8686)
This commit is contained in:
@@ -65,6 +65,8 @@ public sealed class ShuttleConsoleBoundUserInterface : BoundUserInterface
|
||||
{
|
||||
base.UpdateState(state);
|
||||
if (state is not ShuttleConsoleBoundInterfaceState cState) return;
|
||||
|
||||
_window?.SetMatrix(cState.Coordinates, cState.Angle);
|
||||
_window?.UpdateState(cState);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user