PKHeX/PKHeX.Core/Saves/Substructures/PWTRecordID.cs

36 lines
526 B
C#
Raw Normal View History

namespace PKHeX.Core
{
public enum PWTRecordID
{
Normal,
Fighting,
Flying,
Poison,
Ground,
Rock,
Bug,
Ghost,
Steel,
Fire,
Water,
Grass,
Electric,
Psychic,
Ice,
Dragon,
Dark,
Champion,
Driftveil,
Unova,
Kanto,
Johto,
Hoenn,
Sinnoh,
World,
Rental,
RentalMaster,
Mix,
MixMaster
}
}