PkmnLib.NET/Plugins/PkmnLib.Plugin.Gen7/Scripts/Moves/CircleThrow.cs

7 lines
187 B
C#

namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
[Script(ScriptCategory.Move, "circle_throw")]
public class CircleThrow : Script
{
// TODO: Implement this. How to handle forced switch?
}