Namespace Abilities
Public Class PoisonTouch
Inherits Ability
Public Sub New()
MyBase.New(143, "Poison Touch", "May poison targets when a Pokémon makes contact.")
End Sub
End Class
End Namespace