将 consts 整理到几个文件中
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { getHeroInfoById, getStarRatio, /*getHeroSkillById,*/ getSeidById, getOlySeidByType, getGoodById } from "./gamedata";
|
||||
import { getAtrrNameById, ABI_TYPE, SEID_TYPE } from "../consts/abilityConst";
|
||||
import { EXPRESSION } from '../consts/consts';
|
||||
import { getAtrrNameById, ABI_TYPE, SEID_TYPE } from "../consts";
|
||||
import { EXPRESSION } from '../consts';
|
||||
|
||||
export default class Actor {
|
||||
private hid: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user