Namespace Abilities
Public Class RockHead
Inherits Ability
Public Sub New()
MyBase.New(69, "Rock Head", "Protects the Pokémon from recoil damage.")
End Sub
End Class
End Namespace