商店 基本完成
This commit is contained in:
@@ -37,6 +37,13 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
meat:0,
|
||||
exp:0,
|
||||
}
|
||||
shop:any={
|
||||
daily_goods:[],
|
||||
weekly_goods:[],
|
||||
monthly_goods:[],
|
||||
special_goods:[],
|
||||
goods_count:[1,3,1,3],
|
||||
}
|
||||
fight_heros:any={ 0:5001, 1:5005, 2:0, 3:0, 4:0, }
|
||||
heros:any = {
|
||||
5001:{uuid:5001,lv:1},
|
||||
|
||||
Reference in New Issue
Block a user