mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 00:58:01 +00:00
d4ce0644c8
[...]Block -> [...] since it's kinda redundant, we already know by its type. Rename offset ints that collide
7 lines
No EOL
107 B
C#
7 lines
No EOL
107 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ISaveBlock5B2W2
|
|
{
|
|
PWTBlock5 PWT { get; }
|
|
}
|
|
} |