Exemple #1
0
 public static bool IsFirst(QRecticle a)
 {
     return(FirstAxe == a);
 }
Exemple #2
0
 public static bool IsFirst(QRecticle a)
 {
     return FirstAxe == a;
 }
Exemple #3
0
 public static QRecticle AxeBefore(QRecticle a)
 {
     return(QReticles.Where(m => m.InTime && m.TimeLeft < a.TimeLeft).OrderBy(m => m.TimeLeft).LastOrDefault());
 }
Exemple #4
0
 public static QRecticle AxeBefore(QRecticle a)
 {
     return QReticles.Where(m => m.InTime && m.TimeLeft < a.TimeLeft).OrderBy(m => m.TimeLeft).LastOrDefault();
 }