From 52c3e22d0f70d51f34ea4d6405bbb47cce878300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:00:00 +0800 Subject: [PATCH] API14 --- PVP/PVPToy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVP/PVPToy.cs b/PVP/PVPToy.cs index ddbd77a..70e7f8c 100644 --- a/PVP/PVPToy.cs +++ b/PVP/PVPToy.cs @@ -857,5 +857,5 @@ public static class ActionExt } public static bool IsSpellReady(this uint spellId) => IsReadyWithCanCast(spellId, ActionType.Action); - public static bool IsAbilityReady(this uint abilityId) => IsReadyWithCanCast(abilityId, ActionType.Ability); + // public static bool IsAbilityReady(this uint abilityId) => IsReadyWithCanCast(abilityId, ActionType.Ability); } \ No newline at end of file