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