Namespace Items.KeyItems Public Class BlueCard Inherits KeyItem Public Overrides ReadOnly Property Description As String = "A card to save points for the Buena's Password show." Public Sub New() _textureRectangle = New Rectangle(408, 96, 24, 24) End Sub End Class End Namespace