13 lines
227 B
VB.net
13 lines
227 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class Anticipation
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(107, "Anticipation", "Senses a foe's dangerous moves.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|