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

15 lines
227 B
VB.net

Namespace Items.Plates
<Item(276, "Mind Plate")>
Public Class MindPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Psychic)
End Sub
End Class
End Namespace