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
2525 [ Serializable ]
2626 public class FlashGordon : Bally
2727 {
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 ;
3333
3434 public override PinMameRom [ ] Roms { get ; } = {
3535 new PinMameRom ( "flashgdn" ) ,
Original file line number Diff line number Diff line change 1818using VisualPinball . Engine . Common ;
1919using VisualPinball . Engine . Game . Engines ;
2020using VisualPinball . Engine . PinMAME . MPUs ;
21- using VisualPinball . Engine . VPT . Plunger ;
2221
2322namespace VisualPinball . Engine . PinMAME . Games
2423{
You can’t perform that action at this time.
0 commit comments