Example #1
0
 public DoorScrollPatch(RomFormats format)
     : base(format)
 {
 }
Example #2
0
 public RomPatch(RomFormats format)
 {
     RomFormat = format;
     //this.Expando = expando;
 }