13 lines
225 B
VB.net
13 lines
225 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class SwiftSwim
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(33, "Swift Swim", "Boosts the Pok<6F>mon's Speed in rain.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|