Namespace Items.Plates
<Item(278, "Sky Plate")>
Public Class SkyPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Flying)
End Sub
End Class
End Namespace