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

13 lines
232 B
VB.net

Namespace Abilities
Public Class Chlorophyll
Inherits Ability
Public Sub New()
MyBase.New(34, "Chlorophyll", "Boosts the Pokémon's Speed in sunshine.")
End Sub
End Class
End Namespace