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