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

13 lines
223 B
VB.net

Namespace Abilities
Public Class IronFist
Inherits Ability
Public Sub New()
MyBase.New(89, "Iron Fist", "Boosts the power of punching moves.")
End Sub
End Class
End Namespace