コード例 #1
0
 private bool CheckCollision(Combatant c1, GamePiece c2)
 {
     return(c1.BoundingBox.IntersectsRect(c2.BoundingBox));
 }