提交资源

This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-18 18:58:07 +08:00
parent 5a58823b4e
commit bc2ddf1fcd
50 changed files with 6498 additions and 38 deletions

View File

@@ -0,0 +1,18 @@
import { _decorator, Component, Node } from 'cc';
import { ResourceIcon } from '../ResourceIcon';
const { ccclass, property } = _decorator;
@ccclass('PlayerResourceIcon')
export class PlayerResourceIcon extends Component {
@property(ResourceIcon)
icon:ResourceIcon;
//设置 ( 资源Id )
set(id:number){
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "69b494ce-f644-48e9-a9ba-f7e6e195c92d",
"files": [],
"subMetas": {},
"userData": {}
}