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

15 lines
227 B
VB.net
Raw Normal View History

Namespace Items.Plates
2016-09-07 18:50:38 +02:00
<Item(272, "Icicle Plate")>
2016-09-07 18:50:38 +02:00
Public Class IciclePlate
Inherits PlateItem
Public Sub New()
2016-09-20 06:24:12 +02:00
MyBase.New(Element.Types.Ice)
2016-09-07 18:50:38 +02:00
End Sub
End Class
End Namespace