P3D-Legacy/P3D/Pokemon/Items/Plates/DreadPlate.vb

15 lines
226 B
VB.net

Namespace Items.Plates
<Item(268, "Dread Plate")>
Public Class DreadPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Dark)
End Sub
End Class
End Namespace