9 lines
213 B
C#
9 lines
213 B
C#
using PkmnLib.Static.Utils;
|
|
|
|
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
|
|
|
[Script(ScriptCategory.Move, "mimic")]
|
|
public class Mimic : Script
|
|
{
|
|
// FIXME: support for temporarily copying moves to a move slot.
|
|
} |