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