Namespace Items.Plates
<Item(280, "Spooky Plate")>
Public Class SpookyPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Ghost)
End Sub
End Class
End Namespace