13 lines
234 B
VB.net
13 lines
234 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class FairyAura
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(187, "Fairy Aura", "Powers up each Pokémon's Fairy-type moves.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|