Implements switching Pokemon and fleeing from battle
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user