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