Alexandria.Games.Albion.PaletteFormat.PaletteFormat C# (CSharp) Method

PaletteFormat() private method

private PaletteFormat ( Game game ) : System
game Game
return System
        internal PaletteFormat(Game game)
            : base(game, typeof(Palette), canLoad: true)
        {
        }