Mounting demo script

This commit is contained in:
OTHGMars 2014-06-16 21:13:27 -04:00 committed by Azaezel
parent a9f77c4ffd
commit 16c547306f
2 changed files with 90 additions and 1 deletions

View file

@ -77,4 +77,4 @@ if(isFile("./gameObjects/GameObjectManager.cs"))
{
exec("./gameObjects/GameObjectManager.cs");
execGameObjects();
}
}