Namespace Abilities
Public Class SandRush
Inherits Ability
Public Sub New()
MyBase.New(146, "Sand Rush", "Boosts the Pokémon's Speed in a sandstorm.")
End Sub
End Class
End Namespace