Namespace Items.Apricorns Public Class YlwApricorn Inherits Apricorn Public Overrides ReadOnly Property Description As String = "A yellow Apricorn. It has an invigorating scent." Public Sub New() _textureRectangle = New Rectangle(384, 72, 24, 24) End Sub End Class End Namespace