Namespace Items.Plates
<Item(274, "Iron Plate")>
Public Class IronPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Steel)
End Sub
End Class
End Namespace