mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-20 04:38:25 -05:00
[...]Block -> [...] since it's kinda redundant, we already know by its type. Rename offset ints that collide
7 lines
107 B
C#
7 lines
107 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ISaveBlock5B2W2
|
|
{
|
|
PWTBlock5 PWT { get; }
|
|
}
|
|
} |