Ejemplo n.º 1
0
 protected override bool Collides(RectangleCollider other)
 {
     return(Hitbox.Intersects(other.Hitbox));
 }
Ejemplo n.º 2
0
 protected abstract bool Collides(RectangleCollider other);