first GodDaemons group commit

This commit is contained in:
STEINNI
2026-06-12 17:05:35 +00:00
commit 932b6e4752
20 changed files with 1655 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { methods as arenaMethods, construct as arenaConstruct } from './arenaHandlers.js'
export const afterLoginMethods = [
arenaConstruct,
]
export const meshActions = {
...arenaMethods,
}