using System.Collections.Generic; namespace PKHeX.Core { public interface ISaveBlockAccessor { IReadOnlyList BlockInfo { get; } } }