13 lines
239 B
VB.net
13 lines
239 B
VB.net
|
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
|