Adds battle history, fixes code style

This commit is contained in:
2024-08-23 09:24:00 +02:00
parent d48889e21a
commit e7dc885afd
21 changed files with 80 additions and 70 deletions

View File

@@ -35,7 +35,7 @@ public enum MoveLearnMethod
/// <summary>
/// The move is learned when the Pokémon changes form.
/// </summary>
FormChange
FormChange,
}
/// <summary>