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

13 lines
229 B
VB.net

Namespace Abilities
Public Class WonderGuard
Inherits Ability
Public Sub New()
MyBase.New(25, "Wonder Guard", "Only supereffective moves will hit.")
End Sub
End Class
End Namespace