PkmnLib.NET/Plugins/PkmnLib.Plugin.Gen7/Scripts/Moves/FirePledge.cs

7 lines
153 B
C#
Raw Normal View History

2025-02-03 10:40:26 +00:00
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
[Script(ScriptCategory.Move, "fire_pledge")]
public class FirePledge : Script
{
// TODO: pledge moves
}