Namespace Abilities Public Class HugePower Inherits Ability Public Sub New() MyBase.New(37, "Huge Power", "Raises the Pokémon's Attack stat.") End Sub End Class End Namespace