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

10 lines
129 B
C#
Raw Normal View History

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