Exemplo n.º 1
0
 public bool IsBrickDrawn(int id)
 {
     return(!(Hits.IndexOf(id) >= 0));
 }