feat: port NPC possession through turn daemon

This commit is contained in:
2026-07-31 03:46:02 +00:00
parent d82e493109
commit 2de8f64da4
30 changed files with 3271 additions and 319 deletions
@@ -10,5 +10,10 @@
"target": "ES2022",
"types": ["node", "@playwright/test"]
},
"include": ["./joinGeneralLive.spec.ts", "./joinGeneral.live.playwright.config.mjs"]
"include": [
"./joinGeneralLive.spec.ts",
"./joinGeneral.live.playwright.config.mjs",
"./npcPossessionLive.spec.ts",
"./npcPossession.live.playwright.config.mjs"
]
}