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