This commit is contained in:
2025-05-14 10:11:51 +08:00
parent 476be36a03
commit 176bdbc811
6 changed files with 24 additions and 9 deletions

View File

@@ -13,9 +13,9 @@ const { ccclass, property } = _decorator;
@ccclass('HeroInfoCompComp')
@ecs.register('HeroInfoComp', false)
export class HeroInfoCompComp extends CCComp {
@property(Number)
@property
c_id:number=0
@property(Boolean)
@property
is_Change:boolean=false
has_hero:boolean=false