dd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user