namespace PKHeX.Core; /// /// Interface for Accessing named blocks within a Generation 6 save file. /// /// Blocks specific for in addition to the blocks. public interface ISaveBlock6XY : ISaveBlock6Main { Misc6XY Misc { get; } Zukan6XY Zukan { get; } Fashion6XY Fashion { get; } }