mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交锻造系统
This commit is contained in:
9
JisolGameCocos/assets/script/consts/entity/EntityData.ts
Normal file
9
JisolGameCocos/assets/script/consts/entity/EntityData.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
//属性类
|
||||
export interface GAttribute{
|
||||
|
||||
id:number;
|
||||
value:number;
|
||||
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "a861d195-9b8d-424e-8122-b1ccb06b516c",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
Reference in New Issue
Block a user