namespace PKHeX.Core { /// /// Interface for Accessing named blocks within a Generation 8 BD/SP save file. /// public interface ISaveBlock8BS { } }