mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-22 02:08:32 +02:00
13 lines
225 B
VB.net
13 lines
225 B
VB.net
Namespace Abilities
|
|
|
|
Public Class Truant
|
|
|
|
Inherits Ability
|
|
|
|
Public Sub New()
|
|
MyBase.New(54, "Truant", "Pokémon can't attack on consecutive turns.")
|
|
End Sub
|
|
|
|
End Class
|
|
|
|
End Namespace |