forked from xiangwang25/whale-town-end-v2
feat: integrate invitation access, world NPCs, and deployment
This commit is contained in:
@@ -38,6 +38,7 @@ import { LoginCoreModule } from '../../core/login_core/login_core.module';
|
||||
import { ZulipAccountsModule } from '../../core/db/zulip_accounts/zulip_accounts.module';
|
||||
import { SESSION_QUERY_SERVICE } from '../../core/session_core/session_core.interfaces';
|
||||
import { AuthModule } from '../auth/auth.module';
|
||||
import { PlayerModule } from '../player/player.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -51,6 +52,8 @@ import { AuthModule } from '../auth/auth.module';
|
||||
ZulipAccountsModule.forRoot(),
|
||||
// 账号资料服务:用于初始化在线 presence 外观
|
||||
AuthModule,
|
||||
// 世界公告使用服务端实时钱包扣费
|
||||
PlayerModule,
|
||||
],
|
||||
providers: [
|
||||
// 主聊天服务
|
||||
|
||||
Reference in New Issue
Block a user