PKHeX/PKHeX.Core/Saves/Substructures/Gen3/TrainerHillMode3E.cs

9 lines
129 B
C#

namespace PKHeX.Core;
public enum TrainerHillMode3E : byte
{
Normal = 0,
Variety = 1,
Unique = 2,
Expert = 3,
}