public static bool CanKnockup(this Obj_AI_Hero target) { return(!target.IsKnockedUp() || target.GetKnockupEndTime() <= 0); }