7 lines
184 B
C#
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.
|
|
} |