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

15 lines
228 B
VB.net

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