mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 00:58:01 +00:00
c24851129f
Use some properties in the super training editor, not gonna rewrite that even though it really needs it :)
10 lines
No EOL
290 B
C#
10 lines
No EOL
290 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ISaveBlock6Main : ISaveBlock6Core, IPokePuff, IOPower, ILink
|
|
{
|
|
BoxLayout6 BoxLayout { get; }
|
|
BattleBox6 BattleBoxBlock { get; }
|
|
MysteryBlock6 MysteryBlock { get; }
|
|
SuperTrainBlock SuperTrain { get; }
|
|
}
|
|
} |