Adds more move scripts
This commit is contained in:
@@ -3,5 +3,5 @@ namespace PkmnLib.Plugin.Gen7.Scripts.Terrain;
|
||||
[Script(ScriptCategory.Terrain, "electric_terrain")]
|
||||
public class ElectricTerrain : Script
|
||||
{
|
||||
// TODO: Implement Electric Terrain
|
||||
// TODO: Implement Terrain
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Terrain;
|
||||
|
||||
[Script(ScriptCategory.Terrain, "psychic_terrain")]
|
||||
public class PsychicTerrain : Script
|
||||
{
|
||||
// TODO: Implement Terrain
|
||||
}
|
||||
Reference in New Issue
Block a user