7 lines
179 B
C#
7 lines
179 B
C#
namespace PkmnLib.Plugin.Gen7.Scripts.Status;
|
|
|
|
[Script(ScriptCategory.Status, "paralyzed")]
|
|
public class Paralyzed : Script
|
|
{
|
|
// TODO: Implement the Paralyzed status effect.
|
|
} |