PkmnLib.NET/Plugins/PkmnLib.Plugin.Gen7/Scripts/Pokemon/FreezeShockEffect.cs

5 lines
182 B
C#
Raw Normal View History

2025-03-07 11:07:57 +00:00
using PkmnLib.Static.Utils;
2025-03-07 10:50:59 +00:00
namespace PkmnLib.Plugin.Gen7.Scripts.Pokemon;
2025-03-07 11:07:57 +00:00
public class RequireChargeEffect(IPokemon owner, StringKey moveName) : BaseChargeEffect(owner, moveName);