Example #1
0
 public static int Compare(Summon left, Summon right)
 {
     return(Spell.Compare(left.Spell, right.Spell));
 }
Example #2
0
 public static int Compare(MagicSpell left, MagicSpell right)
 {
     return(Spell.Compare(left.Spell, right.Spell));
 }