first GodDaemons group commit

This commit is contained in:
STEINNI
2026-06-12 17:05:35 +00:00
commit 327efdbe9a
21 changed files with 1721 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,
}