Namespace Items.MegaStones ''' ''' The Mega Stone for Altaria. ''' Public Class Altarianite Inherits MegaStone Public Sub New() MyBase.New("Altaria", 334) _textureRectangle = New Rectangle(0, 72, 24, 24) End Sub End Class End Namespace