Fixes several moves

This commit is contained in:
2025-02-01 15:26:57 +01:00
parent 00fe08dcd4
commit 0669f15a98
10 changed files with 49 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
[Script(ScriptCategory.Move, "ally_switch")]
public class AllySwitch : Script
{
// TODO: Implement the AllySwitch script.
}