Add running (no energy support).

This commit is contained in:
Major-
2013-11-03 04:53:57 +00:00
parent da92f6dcc0
commit 03216e1893
2 changed files with 31 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<plugin>
<id>run</id>
<version>1</version>
<name>Running</name>
<description>Adds support for running via the options interface.</description>
<authors>
<author>Major</author>
</authors>
<scripts>
<script>run.rb</script>
</scripts>
<dependencies />
</plugin>