Namespace Abilities
Public Class SpeedBoost
Inherits Ability
Public Sub New()
MyBase.New(3, "Speed Boost", "Its Speed stat is gradually boosted.")
End Sub
End Class
End Namespace