namespace PkmnLib.Plugin.Gen7.Scripts.Pokemon;
[Script(ScriptCategory.Pokemon, "thousand_waves")]
public class ThousandWavesEffect : Script
{
///
public override void PreventSelfSwitch(ISwitchChoice choice, ref bool prevent) => prevent = true;
///
public override void PreventSelfRunAway(IFleeChoice choice, ref bool prevent) => prevent = true;
}