started migrating code from after to the plugins folder

This commit is contained in:
2024-04-09 05:40:56 +02:00
parent 6151a7640a
commit 617f183b91
6 changed files with 111 additions and 83 deletions

5
.luarc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"diagnostics.disable": [
"unused-local"
]
}