Astroids.Classes.AstroidThom.GetHitbox C# (CSharp) 메소드

GetHitbox() 공개 메소드

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