mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
10 lines
196 B
C#
10 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
|
|||
|
{
|
|||
|
}
|
|||
|
}
|