满足条件开启功能推送,详细功能校验暂缺
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import { FrontendSession, RemoterClass } from 'pinus';
|
||||
import { ChatRemote } from './chat/remote/chatRemote';
|
||||
import { ComBattleRemote } from './battle/remote/comBattleRemote';
|
||||
import { EventBattleRemote } from './battle/remote/eventBattleRemote';
|
||||
import { BattleRemote } from './battle/remote/battleRemote';
|
||||
|
||||
declare global {
|
||||
interface UserRpc {
|
||||
@@ -14,7 +14,7 @@ declare global {
|
||||
};
|
||||
battle: {
|
||||
comBattleRemote: RemoterClass<FrontendSession, ComBattleRemote>;
|
||||
eventBattleRemote: RemoterClass<FrontendSession, EventBattleRemote>;
|
||||
BattleRemote: RemoterClass<FrontendSession, BattleRemote>;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user