예제 #1
0
 public bool CheckCollision(Rectangle rectangle)
 {
     return(_manageMap.CheckCollision(rectangle));
 }