Initial commit

This commit is contained in:
Eagle517
2019-04-18 23:00:32 -06:00
commit b3176c4ccf
9 changed files with 1093 additions and 0 deletions

4
StartBackend.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
cd "sim"
luajit "main.lua"
pause