namespace PKHeX.Core; /// /// Interface for Accessing named blocks within a Generation 5 save file. /// public interface ISaveBlock5B2W2 { PWTBlock5 PWT { get; } FestaBlock5 Festa { get; } }