mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-18 19:17:46 -05:00
[...]Block -> [...] since it's kinda redundant, we already know by its type. Rename offset ints that collide
11 lines
320 B
C#
11 lines
320 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ISaveBlock6Main : ISaveBlock6Core, IPokePuff, IOPower, ILink
|
|
{
|
|
BoxLayout6 BoxLayout { get; }
|
|
BattleBox6 BattleBox { get; }
|
|
MysteryBlock6 MysteryGift { get; }
|
|
SuperTrainBlock SuperTrain { get; }
|
|
MaisonBlock Maison { get; }
|
|
}
|
|
} |