2025-05-02 16:06:01 +02:00

7 lines
184 B
C#

namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
[Script(ScriptCategory.Move, "mimic")]
public class Mimic : Script
{
// FIXME: support for temporarily copying moves to a move slot.
}