Ejemplo n.º 1
0
 public bool DifficultyLowerThan(TitleNode other)
 {
     return(false);
 }
Ejemplo n.º 2
0
 public bool DifficultyHigherThan(TitleNode other)
 {
     return((int)Difficulty > (int)other.Difficulty);
 }