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

13 lines
220 B
VB.net

Namespace Abilities
Public Class ArenaTrap
Inherits Ability
Public Sub New()
MyBase.New(71, "Arena Trap", "Prevents the foe from fleeing.")
End Sub
End Class
End Namespace