13 lines
224 B
VB.net
13 lines
224 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class CloudNine
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(13, "Cloud Nine", "Eliminates the effects of weather.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|