namespace PKHeX.Core { /// /// Indicates the method of learning a move /// public enum MoveSource : byte { NotParsed, Unknown, None, Relearn, Initial, LevelUp, TMHM, Tutor, EggMove, InheritLevelUp, Special, SpecialEgg, ShedinjaEvo, Sketch, Shared, } }