PKHeX/PKHeX.Core/Saves/Access/ISaveBlock8BS.cs
Kurt 723514e89c
Update 21.11.19 - Brilliant Diamond & Shining Pearl (#3289)
Big thanks to @SciresM @sora10pls @Lusamine @architdate @ReignOfComputer for testing and contributing code / test cases. Can't add co-authors from the PR menu :(

Builds will fail because azure pipelines not yet updated with net6.
2021-11-19 18:23:49 -08:00

9 lines
196 B
C#

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