Remove FluentResults, documentation

This commit is contained in:
2024-07-28 12:52:17 +02:00
parent 5d6149b18b
commit 10f411f076
25 changed files with 224 additions and 44 deletions

View File

@@ -288,5 +288,8 @@ public interface IPokemon : IScriptSource
/// </summary>
public interface IPokemonBattleData
{
/// <summary>
/// The optional battle the Pokemon is in.
/// </summary>
IBattle? Battle { get; }
}