mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-22 02:08:32 +02:00
13 lines
227 B
VB.net
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 |