Skip to content

Commit fc1ac83

Browse files
committed
minor tweaks to ETCS menus
1 parent 47dc49e commit fc1ac83

File tree

1 file changed

+1
-5
lines changed
  • Source/RunActivity/Viewer3D/RollingStock/SubSystems/ETCS

1 file changed

+1
-5
lines changed

Source/RunActivity/Viewer3D/RollingStock/SubSystems/ETCS/Menus.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
1818
using Microsoft.Xna.Framework;
1919
using Orts.Viewer3D.RollingStock.Subsystems.ETCS;
2020
using ORTS.Scripting.Api.ETCS;
21-
using System;
2221
using System.Collections.Generic;
23-
using System.Linq;
24-
using System.Text;
25-
using System.Threading.Tasks;
2622

2723
namespace Orts.Viewer3D.RollingStock.SubSystems.ETCS
2824
{
2925
public class MenuBar
3026
{
31-
public readonly List<DMIButton> Buttons = new List<DMIButton>();
27+
public readonly IList<DMIButton> Buttons = new List<DMIButton>();
3228
public MenuBar(DriverMachineInterface dmi)
3329
{
3430
/* Default menus disabled. Interface with TCS to be defined in the future

0 commit comments

Comments
 (0)