2025-02-01 15:26:57 +01:00

7 lines
173 B
C#

namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
[Script(ScriptCategory.Move, "ally_switch")]
public class AllySwitch : Script
{
// TODO: Implement the AllySwitch script.
}