internal PaletteFormat(Game game) : base(game, typeof(Palette), canLoad: true) { }
public LibraryFormat(Game game) : base(game, typeof(Library), extension: ".xld", canLoad: true) { }