将 consts 整理到几个文件中
This commit is contained in:
@@ -4,7 +4,7 @@ import Role, { RoleModel } from '../db/Role'
|
||||
import { getLvByExp, getExpByLv } from '../pubUtils/gamedata';
|
||||
import { redisUserInfoUpdate } from './redisService';
|
||||
import { switchOnFunc } from './funcSwitchService';
|
||||
import { FUNC_OPT_TYPE } from '../consts/consts';
|
||||
import { FUNC_OPT_TYPE } from '../consts';
|
||||
import { Application, BackendSession } from 'pinus';
|
||||
|
||||
export async function roleLevelup(roleId: string, kingExp: number, app: Application, session: BackendSession) {
|
||||
|
||||
Reference in New Issue
Block a user