Exemplo n.º 1
0
 bool OnCooldown(SpellCast cast)
 {
     return(Cooldowns.Any(x => x.Def == cast.Def));
 }