P3D-Legacy/P3D/Pokemon/Items/Mail/WoodMail.vb

17 lines
357 B
VB.net

Namespace Items.Mail
<Item(312, "Wood Mail")>
Public Class WoodMail
Inherits MailItem
Public Overrides ReadOnly Property Description As String = "A Slakoth-print Mail to be held by a Pokémon."
Public Sub New()
_textureRectangle = New Rectangle(264, 456, 24, 24)
End Sub
End Class
End Namespace