PKHeX/PKHeX.Core/Saves/Substructures/PWTRecordID.cs
Kurt 278f7cad25 Add pwt record get/set
thanks @sora10pls
2017-12-14 12:34:03 -08:00

35 lines
526 B
C#

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
}
}