Namespace Items.Plates Public Class SkyPlate Inherits PlateItem Public Sub New() MyBase.New(Element.Types.Flying) End Sub End Class End Namespace