namespace PKHeX.Core; /// /// Interface for Accessing named blocks within a Generation 7 save file. /// /// Blocks specific for in addition to the blocks. public interface ISaveBlock7USUM : ISaveBlock7Main { BattleAgency7 BattleAgency { get; } // FinderStudioSave }