2018-03-07 21:06:05 -05:00

13 lines
231 B
VB.net

Namespace Abilities
Public Class Aerilate
Inherits Ability
Public Sub New()
MyBase.New(184, "Aerilate", "Normal-type moves become Flying-type moves.")
End Sub
End Class
End Namespace