Пример #1
0
 public override bool IsHit(float x, float y)
 {
     return(_hitBox.IsInside(x - position.X, y - position.Y));
 }