File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1919
2020using System ;
2121using System . Collections . Generic ;
22- using System . Drawing ;
2322using System . IO ;
2423using System . Linq ;
2524using Microsoft . Xna . Framework ;
3231using Orts . Simulation . RollingStocks . SubSystems . PowerSupplies ;
3332using ORTS . Common ;
3433using ORTS . Common . Input ;
35-
34+ using Color = Microsoft . Xna . Framework . Color ;
35+ using Point = Microsoft . Xna . Framework . Point ;
36+ using Rectangle = Microsoft . Xna . Framework . Rectangle ;
3637using ORTS . Scripting . Api ;
37- using System ;
38- using System . Collections . Generic ;
39- using System . IO ;
40- using System . Linq ;
41- using System . Windows . Forms ;
4238
4339namespace Orts . Viewer3D . Popups
4440{
Original file line number Diff line number Diff line change 2626using Orts . Simulation . RollingStocks . SubSystems . Brakes . MSTS ;
2727using ORTS . Common ;
2828using ORTS . Common . Input ;
29+ using Color = Microsoft . Xna . Framework . Color ;
30+ using Point = Microsoft . Xna . Framework . Point ;
31+ using Rectangle = Microsoft . Xna . Framework . Rectangle ;
2932using System ;
3033using System . Collections . Generic ;
3134using System . IO ;
3235using System . Linq ;
3336using static Orts . Viewer3D . Popups . TrainCarOperationsWindow ;
3437using Orts . Simulation . RollingStocks . SubSystems . PowerSupplies ;
35- using Orts . Viewer3D . RollingStock ;
36- using Orts . MultiPlayer ;
37- using Orts . Viewer3D ;
3838using ORTS . Scripting . Api ;
3939
4040namespace Orts . Viewer3D . Popups
You can’t perform that action at this time.
0 commit comments