13 lines
229 B
VB.net
13 lines
229 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Technician
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(101, "Technician", "Powers up the Pok<6F>mon's weaker moves.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|