7 lines
173 B
C#
7 lines
173 B
C#
|
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
||
|
|
||
|
[Script(ScriptCategory.Move, "ally_switch")]
|
||
|
public class AllySwitch : Script
|
||
|
{
|
||
|
// TODO: Implement the AllySwitch script.
|
||
|
}
|