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

13 lines
229 B
VB.net

Namespace Abilities
Public Class StickyHold
Inherits Ability
Public Sub New()
MyBase.New(60, "Sticky Hold", "Protects the Pokémon from item theft.")
End Sub
End Class
End Namespace