P3D-Legacy/P3D/Pokemon/Abilities/SkillLink.vb

13 lines
236 B
VB.net

Namespace Abilities
Public Class SkillLink
Inherits Ability
Public Sub New()
MyBase.New(92, "Skill Link", "Increases the frequency of multi-strike moves.")
End Sub
End Class
End Namespace