mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-31 18:59:19 +08:00
.
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
"_priority": 1073741824,
|
||||
"_fov": 45,
|
||||
"_fovAxis": 0,
|
||||
"_orthoHeight": 429.18454935622316,
|
||||
"_orthoHeight": 405.531475748194,
|
||||
"_near": 1,
|
||||
"_far": 2000,
|
||||
"_color": {
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* @Author: dgflash
|
||||
* @Date: 2022-08-09 11:51:38
|
||||
* @LastEditors: dgflash
|
||||
* @LastEditTime: 2022-09-05 13:58:42
|
||||
*/
|
||||
|
||||
import { JsonUtil } from "../../../../../extensions/oops-plugin-framework/assets/core/utils/JsonUtil";
|
||||
|
||||
@@ -16,12 +22,11 @@ export class TableRoleLevelUp {
|
||||
id: number = 0;
|
||||
|
||||
/** 升级所需经验 */
|
||||
get needexp(): string {
|
||||
get needexp(): number {
|
||||
return this.data.needexp;
|
||||
}
|
||||
/** 升级增加生命 */
|
||||
get hp(): string {
|
||||
get hp(): number {
|
||||
return this.data.hp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user