Namespace Abilities
Public Class Klutz
Inherits Ability
Public Sub New()
MyBase.New(103, "Klutz", "The Pokémon can't use any held items.")
End Sub
End Class
End Namespace