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