6 lines
136 B
C#
6 lines
136 B
C#
namespace PkmnLib.Plugin.Gen7.Scripts.Status;
|
|
|
|
[Script(ScriptCategory.Status, "badly_poisoned")]
|
|
public class BadlyPoisoned : Script
|
|
{
|
|
} |