namespace PKHeX.Core { /// /// Nature ID values for the corresponding English nature name. /// public enum Nature : byte { Hardy, Lonely, Brave, Adamant, Naughty, Bold, Docile, Relaxed, Impish, Lax, Timid, Hasty, Serious, Jolly, Naive, Modest, Mild, Quiet, Bashful, Rash, Calm, Gentle, Sassy, Careful, Quirky, Random = 25, } }