Exemple #1
0
 public bool CheckCollision(BoundingRectangle b)
 {
     return(_level.CheckCollision(b));
 }