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

13 lines
230 B
VB.net

Namespace Abilities
Public Class Immunity
Inherits Ability
Public Sub New()
MyBase.New(17, "Immunity", "Prevents the Pokémon from getting poisoned.")
End Sub
End Class
End Namespace