Astroids.Classes.AstroidThom.GetHitbox C# (CSharp) Method

GetHitbox() public method

public GetHitbox ( ) : Rectangle
return Microsoft.Xna.Framework.Rectangle
        public Rectangle GetHitbox()
        {
            return hitBox;
        }