Namespace Abilities
Public Class Infiltrator
Inherits Ability
Public Sub New()
MyBase.New(151, "Infiltrator", "Passes through the foe's barrier and strikes.")
End Sub
End Class
End Namespace