Add all missing docs
This commit is contained in:
@@ -3,6 +3,9 @@ using PkmnLib.Static;
|
||||
|
||||
namespace PkmnLib.Dynamic.ScriptHandling;
|
||||
|
||||
/// <summary>
|
||||
/// Base class for Pokéball scripts.
|
||||
/// </summary>
|
||||
public abstract class PokeballScript : ItemScript
|
||||
{
|
||||
/// <inheritdoc />
|
||||
@@ -10,6 +13,9 @@ public abstract class PokeballScript : ItemScript
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the catch rate of the Pokéball against the given target Pokémon.
|
||||
/// </summary>
|
||||
public abstract byte GetCatchRate(IPokemon target);
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user