13 lines
216 B
VB.net
13 lines
216 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Trace
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(36, "Trace", "The Pok<6F>mon copies a foe's Ability.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|