13 lines
227 B
VB.net
13 lines
227 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Stall
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(100, "Stall", "The Pok<6F>mon moves after all other Pok<6F>mon do.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|