Namespace Items.Plates Public Class SpookyPlate Inherits PlateItem Public Sub New() MyBase.New(Element.Types.Ghost) End Sub End Class End Namespace