Namespace Abilities
Public Class Unaware
Inherits Ability
Public Sub New()
MyBase.New(109, "Unaware", "Ignores any stat changes in the Pokémon.")
End Sub
End Class
End Namespace