环境技能继续
This commit is contained in:
@@ -5,11 +5,9 @@ const { ccclass, property } = _decorator;
|
||||
export class UiHeroComp extends Component {
|
||||
h_uuid:number=0
|
||||
start() {
|
||||
console.log("UiHeroComp start",this.h_uuid)
|
||||
console.log(this)
|
||||
|
||||
}
|
||||
to_destroy(){
|
||||
console.log("UiHeroComp to_destroy",this.h_uuid)
|
||||
this.node.destroy()
|
||||
}
|
||||
update(deltaTime: number) {
|
||||
|
||||
Reference in New Issue
Block a user