Namespace Abilities
Public Class Stall
Inherits Ability
Public Sub New()
MyBase.New(100, "Stall", "The Pokémon moves after all other Pokémon do.")
End Sub
End Class
End Namespace