Deukhoofd cbd4340b13
All checks were successful
Build / Build (push) Successful in 47s
Make another pass through moves file
2025-05-18 14:15:37 +02:00

7 lines
159 B
C#

namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
[Script(ScriptCategory.Move, "happy_hour")]
public class HappyHour : Script
{
// TODO: Implement Happy Hour
}