Namespace Items.KeyItems Public Class OldSeaMap Inherits KeyItem Public Overrides ReadOnly Property Description As String = "A faded sea chart that shows the way to a certain island." Public Sub New() _textureRectangle = New Rectangle(168, 264, 24, 24) End Sub End Class End Namespace