Almost there, I took way too long of a break

This commit is contained in:
2018-07-11 10:11:10 -04:00
parent aec5a88360
commit d4f41c5aa7
5 changed files with 73 additions and 51 deletions
+1
View File
@@ -10,6 +10,7 @@ jQueue:registerJob("TEST_JOB2",function()
print("Test Works!")
end)
jQueue:start()
jQueue.OnReady:holdUT()
jQueue:doToAll(function()
print("Doing this 16? times!")
end)