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