mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-20 09:23:17 +00:00
7 lines
81 B
C#
7 lines
81 B
C#
|
namespace PKHeX.Core;
|
|||
|
|
|||
|
public interface IMoveReset
|
|||
|
{
|
|||
|
void ResetMoves();
|
|||
|
}
|