We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dc49e commit fc1ac83Copy full SHA for fc1ac83
Source/RunActivity/Viewer3D/RollingStock/SubSystems/ETCS/Menus.cs
@@ -18,17 +18,13 @@
18
using Microsoft.Xna.Framework;
19
using Orts.Viewer3D.RollingStock.Subsystems.ETCS;
20
using ORTS.Scripting.Api.ETCS;
21
-using System;
22
using System.Collections.Generic;
23
-using System.Linq;
24
-using System.Text;
25
-using System.Threading.Tasks;
26
27
namespace Orts.Viewer3D.RollingStock.SubSystems.ETCS
28
{
29
public class MenuBar
30
31
- public readonly List<DMIButton> Buttons = new List<DMIButton>();
+ public readonly IList<DMIButton> Buttons = new List<DMIButton>();
32
public MenuBar(DriverMachineInterface dmi)
33
34
/* Default menus disabled. Interface with TCS to be defined in the future
0 commit comments