Namespace Abilities
Public Class HyperCutter
Inherits Ability
Public Sub New()
MyBase.New(52, "Hyper Cutter", "Prevents other Pokémon from lowering Attack stat.")
End Sub
End Class
End Namespace