13 lines
228 B
VB.net
13 lines
228 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class MegaLauncher
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(178, "Mega Launcher", "Powers up aura and pulse moves.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|