More moves implemented
This commit is contained in:
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Status/Sleep.cs
Normal file
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Status/Sleep.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Status;
|
||||
|
||||
[Script(ScriptCategory.Status, "sleep")]
|
||||
public class Sleep : Script
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user