Make another pass through moves file
All checks were successful
Build / Build (push) Successful in 47s
All checks were successful
Build / Build (push) Successful in 47s
This commit is contained in:
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Moves/HappyHour.cs
Normal file
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Moves/HappyHour.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
||||
|
||||
[Script(ScriptCategory.Move, "happy_hour")]
|
||||
public class HappyHour : Script
|
||||
{
|
||||
// TODO: Implement Happy Hour
|
||||
}
|
||||
Reference in New Issue
Block a user