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