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

7 lines
187 B
C#
Raw Normal View History

2025-01-27 11:18:48 +00:00
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
[Script(ScriptCategory.Move, "circle_throw")]
public class CircleThrow : Script
{
// TODO: Implement this. How to handle forced switch?
}