Пример #1
0
 public bool HasCollision(ICollidable other)
 {
     return(CollisionDetector.CheckPrimitiveCollision(this, other));
 }