mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
be50abcc44
Adds gym team records, remove from savefile properties update block list documentation
12 lines
No EOL
355 B
C#
12 lines
No EOL
355 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; }
|
|
SubEventLog6 SUBE { get; }
|
|
}
|
|
} |