Namespace Items.Plates
<Item(267, "Draco Plate")>
Public Class DracoPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Dragon)
End Sub
End Class
End Namespace