invertika_game.MapObject.getBounds C# (CSharp) Method

getBounds() public method

public getBounds ( ) : ISL.Server.Utilities.Rectangle
return ISL.Server.Utilities.Rectangle
        public Rectangle getBounds()
        {
            return mBounds;
        }