事件本检查时间刷新并推送
This commit is contained in:
@@ -5,6 +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';
|
||||
|
||||
declare global {
|
||||
interface UserRpc {
|
||||
@@ -13,6 +14,7 @@ declare global {
|
||||
};
|
||||
battle: {
|
||||
comBattleRemote: RemoterClass<FrontendSession, ComBattleRemote>;
|
||||
eventBattleRemote: RemoterClass<FrontendSession, EventBattleRemote>;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user