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

13 lines
225 B
VB.net

Namespace Abilities
Public Class FriendGuard
Inherits Ability
Public Sub New()
MyBase.New(132, "Friend Guard", "Reduces damage done to allies.")
End Sub
End Class
End Namespace