Added GTABuyBase, because it can work here now

This commit is contained in:
BarsTiger
2022-03-21 19:08:16 +02:00
parent 2f9180c733
commit 705d55feda

View File

@@ -117,6 +117,14 @@
"dir": "KotoPythonCompiler",
"runtime": "python",
"run": "KotoPythonCompiler.py",
"window": true
"window": true
},
"GTABuyBase":
{
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTstandalone/master/GTAwhatToBuy/GTAwhatToBuy.py"],
"dir": "GTAwhatToBuy",
"runtime": "python",
"run": "GTAwhatToBuy.py",
"window": false
}
}