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

13 lines
227 B
VB.net

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