Inheritance: Alexandria.Game
Esempio n. 1
0
 internal PaletteFormat(Game game)
     : base(game, typeof(Palette), canLoad: true)
 {
 }
Esempio n. 2
0
 public LibraryFormat(Game game)
     : base(game, typeof(Library), extension: ".xld", canLoad: true)
 {
 }