/// <summary> /// Checks if attack animation can be safely canceled /// </summary> /// <param name="delay"> /// The delay. /// </param> /// <returns> /// The <see cref="bool" />. /// </returns> public static bool CanCancelAnimation(float delay = 0f) { return(orbwalker.CanCancelAttack(delay)); }