xx 1 éve
szülő
commit
97dedde168
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      assets/script/data.ts

+ 1 - 0
assets/script/data.ts

@@ -131,6 +131,7 @@ export class car_item_data{
     public ranking_cover:string = "";
     public stype:number = 0  // 0:积分车 1:兑换
     public attribute:car_item_attribute_data = new car_item_attribute_data() //属性
+    public background_cover:string = "";
 }
 
 export class car_item_attribute_data {