活动:添加节日活动-刷新商店、刷新任务
This commit is contained in:
@@ -6,7 +6,7 @@ import { ActivityBase } from './activityField';
|
||||
|
||||
// 每个商品的内容
|
||||
export class ShopItem {
|
||||
id: number; // 商品id
|
||||
id: number; // 商品id,不能重复
|
||||
reward: string; //任务奖励,格式:1&3&1(类型&id&数量) 类型定义:1.英雄,2.物品
|
||||
countMax: number = 0; //可购买的最大次数,0表示不限制
|
||||
name: string; //名字
|
||||
|
||||
Reference in New Issue
Block a user