mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-21 17:58:37 +02:00
13 lines
226 B
VB.net
13 lines
226 B
VB.net
Namespace Abilities
|
|
|
|
Public Class Scrappy
|
|
|
|
Inherits Ability
|
|
|
|
Public Sub New()
|
|
MyBase.New(113, "Scrappy", "Enables moves to hit Ghost-type Pokémon.")
|
|
End Sub
|
|
|
|
End Class
|
|
|
|
End Namespace |