mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +00:00
7 lines
107 B
C#
7 lines
107 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
public interface ISaveBlock5B2W2
|
|||
|
{
|
|||
|
PWTBlock5 PWT { get; }
|
|||
|
}
|
|||
|
}
|