Remove FluentResults, documentation
This commit is contained in:
@@ -4,6 +4,9 @@ using PkmnLib.Static.Moves;
|
||||
|
||||
namespace PkmnLib.Dynamic.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Data for a single hit on a target.
|
||||
/// </summary>
|
||||
public interface IHitData
|
||||
{
|
||||
/// <summary>
|
||||
@@ -40,11 +43,6 @@ public interface IHitData
|
||||
/// Fails the hit.
|
||||
/// </summary>
|
||||
void Fail();
|
||||
|
||||
bool Equals(HitData? other);
|
||||
bool Equals(object? other);
|
||||
int GetHashCode();
|
||||
string ToString();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user