13 lines
229 B
VB.net
13 lines
229 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class EarlyBird
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(48, "Early Bird", "The Pok<6F>mon awakens quickly from sleep.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|