Further work on refactor to interface based scripts
This commit is contained in:
@@ -3,10 +3,10 @@ using PkmnLib.Dynamic.BattleFlow;
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
||||
|
||||
[Script(ScriptCategory.Move, "instruct")]
|
||||
public class Instruct : Script
|
||||
public class Instruct : Script, IScriptOnSecondaryEffect
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
public void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
{
|
||||
if (!target.IsUsable)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user