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