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