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
13 lines
No EOL
322 B
C#
13 lines
No EOL
322 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ISaveBlock6Core
|
|
{
|
|
MyItem Items { get; }
|
|
ItemInfo6 ItemInfo { get; }
|
|
GameTime6 GameTime { get; }
|
|
Situation6 Situation { get; }
|
|
PlayTime6 Played { get; }
|
|
MyStatus6 Status { get; }
|
|
RecordBlock6 Records { get; }
|
|
}
|
|
} |