Namespace Items.MegaStones ''' ''' The Mega Stone for Latias. ''' Public Class Latiasite Inherits MegaStone Public Sub New() MyBase.New("Latias", 380) _textureRectangle = New Rectangle(168, 72, 24, 24) End Sub End Class End Namespace