Implements switching Pokemon and fleeing from battle

This commit is contained in:
2024-12-30 11:43:04 +01:00
parent 9bdd584b54
commit 1f5a320090
5 changed files with 123 additions and 2 deletions

View File

@@ -19,4 +19,6 @@ public interface IMiscLibrary
/// Gets the current time of day for the battle.
/// </summary>
TimeOfDay GetTimeOfDay();
bool CanFlee(IBattle battle, IFleeChoice fleeChoice);
}