modularization, part 1

This commit is contained in:
Draylar
2021-03-12 14:10:21 -06:00
parent 5ab6b91dce
commit e6b551a0aa
29 changed files with 160 additions and 89 deletions
+2 -2
View File
@@ -13,10 +13,10 @@
"environment": "*",
"entrypoints": {
"main": [
"draylar.omegaconfig.OmegaConfigTest"
"draylar.omegatest.OmegaTestMain"
],
"client": [
"draylar.omegaconfig.OmegaConfigClientTest"
"draylar.omegatest.OmegaTestClient"
]
},
"depends": {