Remove FluentResults, documentation
This commit is contained in:
@@ -288,5 +288,8 @@ public interface IPokemon : IScriptSource
|
||||
/// </summary>
|
||||
public interface IPokemonBattleData
|
||||
{
|
||||
/// <summary>
|
||||
/// The optional battle the Pokemon is in.
|
||||
/// </summary>
|
||||
IBattle? Battle { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user