Initial push

This commit is contained in:
Mark Marks 2024-09-21 19:12:15 +02:00
commit ee69c03334
31 changed files with 1578 additions and 0 deletions

7
.luaurc Normal file
View file

@ -0,0 +1,7 @@
{
"languageMode": "strict",
"aliases": {
"jecs_utils": "lib",
"testkit": "test/testkit"
}
}