mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-18 08:23:12 +00:00
7 lines
107 B
C#
7 lines
107 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
public interface ISaveBlock5B2W2
|
|||
|
{
|
|||
|
PWTBlock5 PWT { get; }
|
|||
|
}
|
|||
|
}
|