Namespace Items.Gems Public Class NormalGem Inherits GemItem Public Sub New() MyBase.New(Element.Types.Normal) End Sub End Class End Namespace