diff --git a/src/rooms/GeneralRoom.ts b/src/rooms/GeneralRoom.ts index 4ad8e4f..291c559 100644 --- a/src/rooms/GeneralRoom.ts +++ b/src/rooms/GeneralRoom.ts @@ -25,7 +25,7 @@ import { Service } from '../service/Service' export class GeneralRoom extends Room { dispatcher = new Dispatcher(this); - maxClients = 2; + maxClients = 4; score = 0; battleMan = new BattleHandler(); // 用于游戏过程中各种计时器, 使用该计时器的前提是, 只针对当前操作玩家