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