皮肤:修改存储逻辑
This commit is contained in:
@@ -5,6 +5,8 @@ import { FILENAME } from '../../consts';
|
||||
export interface DicFashions {
|
||||
// 时装id
|
||||
readonly id: number;
|
||||
// 皮肤装名
|
||||
readonly name: string;
|
||||
// 指向heroSkill表
|
||||
readonly skillId: number;
|
||||
// 全局加成
|
||||
|
||||
Reference in New Issue
Block a user