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