Adds more move scripts

This commit is contained in:
2025-03-07 12:07:57 +01:00
parent a3a9f1800a
commit 3571b2130e
16 changed files with 193 additions and 21 deletions

View File

@@ -3,5 +3,5 @@ namespace PkmnLib.Plugin.Gen7.Scripts.Terrain;
[Script(ScriptCategory.Terrain, "grassy_terrain")]
public class GrassyTerrain : Script
{
// TODO: Implement Electric Terrain
// TODO: Implement Terrain
}