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

15 lines
225 B
VB.net

Namespace Items.Plates
<Item(274, "Iron Plate")>
Public Class IronPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Steel)
End Sub
End Class
End Namespace