Namespace Abilities Public Class StickyHold Inherits Ability Public Sub New() MyBase.New(60, "Sticky Hold", "Protects the Pokémon from item theft.") End Sub End Class End Namespace