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

13 lines
224 B
VB.net

Namespace Abilities
Public Class Forecast
Inherits Ability
Public Sub New()
MyBase.New(59, "Forecast", "Castform transforms with the weather.")
End Sub
End Class
End Namespace