Observer embryo, Maestro done

This commit is contained in:
STEINNI
2026-06-13 13:47:46 +00:00
parent 327efdbe9a
commit e81a5b573b
46 changed files with 1929 additions and 143 deletions
+2
View File
@@ -1,4 +1,5 @@
import { methods as arenaMethods, construct as arenaConstruct } from './arenaHandlers.js'
import { dispatchMessage } from './dispatch.js'
export const afterLoginMethods = [
arenaConstruct,
@@ -7,3 +8,4 @@ export const afterLoginMethods = [
export const meshActions = {
...arenaMethods,
}
export { dispatchMessage }