This commit is contained in:
南沢响也
2025-12-18 00:00:00 +08:00
parent ae5e63075b
commit 52c3e22d0f

View File

@@ -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);
}