13 lines
224 B
VB.net
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
|