Beispiel #1
0
 public bool IsDamaged(Point point)
 {
     return(DamagedPoint.Contains(point));
 }