Adds mimic
All checks were successful
Build / Build (push) Successful in 2m3s

This commit is contained in:
2026-08-27 17:33:37 +02:00
parent d2a82b5fe3
commit 3a58f55bbf
6 changed files with 201 additions and 21 deletions

View File

@@ -42,6 +42,11 @@ public enum MoveLearnMethod
/// The move is learned by using a move sketch.
/// </summary>
Sketch,
/// <summary>
/// The move is temporarily copied through Mimic.
/// </summary>
Mimic,
}
/// <summary>