Adds more move scripts
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
using PkmnLib.Plugin.Gen7.Scripts.Utils;
|
||||
using PkmnLib.Static.Utils;
|
||||
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Pokemon;
|
||||
|
||||
public abstract class BaseChargeEffect : Script
|
||||
{
|
||||
private readonly IPokemon _owner;
|
||||
private readonly string _moveName;
|
||||
private readonly StringKey _moveName;
|
||||
|
||||
public BaseChargeEffect(IPokemon owner, string moveName)
|
||||
public BaseChargeEffect(IPokemon owner, StringKey moveName)
|
||||
{
|
||||
_owner = owner;
|
||||
_moveName = moveName;
|
||||
|
||||
Reference in New Issue
Block a user