More move scripts

This commit is contained in:
2025-05-03 16:51:44 +02:00
parent f8c43b6ba0
commit 1973ff50fa
52 changed files with 704 additions and 78 deletions

View File

@@ -37,6 +37,11 @@ public enum MoveLearnMethod
/// The move is learned when the Pokémon changes form.
/// </summary>
FormChange,
/// <summary>
/// The move is learned by using a move sketch.
/// </summary>
Sketch,
}
/// <summary>