13 lines
226 B
VB.net
13 lines
226 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Unaware
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(109, "Unaware", "Ignores any stat changes in the Pok<6F>mon.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|