namespace PKHeX.Core; /// /// Allows resetting the moveset back to an initial state. /// public interface IMoveReset { /// /// Resets the current moves to the current level up set. /// void ResetMoves(); }