Ejemplo n.º 1
0
 public static int Compare(MagicMenuEntry left, MagicMenuEntry right)
 {
     return(Spell.Compare(left.Spell, right.Spell));
 }