Adds some doc comments
This commit is contained in:
@@ -6,8 +6,14 @@ using PkmnLib.Static.Utils;
|
||||
|
||||
namespace PkmnLib.Dynamic.AI;
|
||||
|
||||
/// <summary>
|
||||
/// Helper functions for AI
|
||||
/// </summary>
|
||||
public static class AIHelpers
|
||||
{
|
||||
/// <summary>
|
||||
/// Estimates the amount of damage that will be done by a move against a target.
|
||||
/// </summary>
|
||||
public static uint CalculateDamageEstimation(IMoveData move, IPokemon user, IPokemon target,
|
||||
IDynamicLibrary library)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user