P3D-Legacy/P3D/Pokemon/Abilities/RockHead.vb

13 lines
228 B
VB.net

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