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