Namespace Items.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