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

17 lines
355 B
VB.net

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