Alexandria.Games.Albion.PaletteFormat.PaletteFormat C# (CSharp) 메소드

PaletteFormat() 개인적인 메소드

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