mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-20 00:35:10 +08:00
API14
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user