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

15 lines
226 B
VB.net

Namespace Items.Plates
<Item(283, "Zap Plate")>
Public Class ZapPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Electric)
End Sub
End Class
End Namespace