解决错误回滚
This commit is contained in:
@@ -59,10 +59,13 @@
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 182
|
||||
},
|
||||
{
|
||||
"__id__": 184
|
||||
}
|
||||
],
|
||||
"_prefab": {
|
||||
"__id__": 184
|
||||
"__id__": 186
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
@@ -4157,6 +4160,24 @@
|
||||
"__type__": "cc.CompPrefabInfo",
|
||||
"fileId": "7bkSfj+OVGuqT1IoJ0Rnz6"
|
||||
},
|
||||
{
|
||||
"__type__": "d625fKFNwZPLr8w4D408WZQ",
|
||||
"_name": "",
|
||||
"_objFlags": 0,
|
||||
"__editorExtras__": {},
|
||||
"node": {
|
||||
"__id__": 1
|
||||
},
|
||||
"_enabled": true,
|
||||
"__prefab": {
|
||||
"__id__": 185
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
"__type__": "cc.CompPrefabInfo",
|
||||
"fileId": "bcpbQYKUNJ/4vYjVze363q"
|
||||
},
|
||||
{
|
||||
"__type__": "cc.PrefabInfo",
|
||||
"root": {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
14
assets/script/game/map/HCardUICom.ts
Normal file
14
assets/script/game/map/HCardUICom.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { _decorator, Component, Node } from 'cc';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('HCardUICom')
|
||||
export class HCardUICom extends Component {
|
||||
start() {
|
||||
|
||||
}
|
||||
|
||||
update(deltaTime: number) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
9
assets/script/game/map/HCardUICom.ts.meta
Normal file
9
assets/script/game/map/HCardUICom.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "d625f285-3706-4f2e-bf30-e03e34f16650",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
Reference in New Issue
Block a user