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