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

13 lines
227 B
VB.net

Namespace Abilities
Public Class GaleWings
Inherits Ability
Public Sub New()
MyBase.New(177, "Gale Wings", "Gives priority to Flying-type moves.")
End Sub
End Class
End Namespace