File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
VisualPinball.Engine.PinMAME/Games Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ namespace VisualPinball.Engine.PinMAME.Games
25
25
[ Serializable ]
26
26
public class FlashGordon : Bally
27
27
{
28
- public override string Name { get ; } = "Flash Gordon" ;
29
- public override string Id { get ; } = "fg" ;
30
- public override int Year { get ; } = 1980 ;
31
- public override string Manufacturer { get ; } = "Bally" ;
32
- public override int IpdbId { get ; } = 874 ;
28
+ public override string Name => "Flash Gordon" ;
29
+ public override string Id => "fg" ;
30
+ public override int Year => 1980 ;
31
+ public override string Manufacturer => "Bally" ;
32
+ public override int IpdbId => 874 ;
33
33
34
34
public override PinMameRom [ ] Roms { get ; } = {
35
35
new PinMameRom ( "flashgdn" ) ,
Original file line number Diff line number Diff line change 18
18
using VisualPinball . Engine . Common ;
19
19
using VisualPinball . Engine . Game . Engines ;
20
20
using VisualPinball . Engine . PinMAME . MPUs ;
21
- using VisualPinball . Engine . VPT . Plunger ;
22
21
23
22
namespace VisualPinball . Engine . PinMAME . Games
24
23
{
You can’t perform that action at this time.
0 commit comments