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

13 lines
223 B
VB.net

Namespace Abilities
Public Class Torrent
Inherits Ability
Public Sub New()
MyBase.New(67, "Torrent", "Powers up Water-type moves in a pinch.")
End Sub
End Class
End Namespace