Namespace Items.Mail Public Class FavoredMail Inherits MailItem Public Overrides ReadOnly Property Description As String = "Stationary designed for writing about your favorite things. Let a Pokémon hold it for delivery." Public Sub New() _textureRectangle = New Rectangle(192, 480, 24, 24) End Sub End Class End Namespace