7 lines
162 B
C#
7 lines
162 B
C#
|
namespace PkmnLib.Plugin.Gen7.Scripts.Pokemon;
|
||
|
|
||
|
[Script(ScriptCategory.Pokemon, "confusion")]
|
||
|
public class Confusion : Script
|
||
|
{
|
||
|
// TODO: Implement confusion
|
||
|
}
|