Implements several more moves
This commit is contained in:
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Moves/CircleThrow.cs
Normal file
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Moves/CircleThrow.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
||||
|
||||
[Script(ScriptCategory.Move, "circle_throw")]
|
||||
public class CircleThrow : Script
|
||||
{
|
||||
// TODO: Implement this. How to handle forced switch?
|
||||
}
|
||||
Reference in New Issue
Block a user