Add all missing docs
This commit is contained in:
@@ -20,5 +20,8 @@ public interface IMiscLibrary
|
||||
/// </summary>
|
||||
TimeOfDay GetTimeOfDay();
|
||||
|
||||
/// <summary>
|
||||
/// Returns whether the given Pokemon can flee from the battle.
|
||||
/// </summary>
|
||||
bool CanFlee(IBattle battle, IFleeChoice fleeChoice);
|
||||
}
|
||||
Reference in New Issue
Block a user