P3D-Legacy/P3D/Pokemon/Items/KeyItems/OldSeaMap.vb

17 lines
374 B
VB.net

Namespace Items.KeyItems
<Item(285, "Old Sea Map")>
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