13 lines
234 B
VB.net
13 lines
234 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class SandStream
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(45, "Sand Stream", "The Pok<6F>mon summons a sandstorm in battle.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|