fix
parent
be434caaee
commit
fa0a8f7990
|
@ -105,7 +105,7 @@ public class CumulationData {
|
|||
|
||||
public Set<Integer> differentHeros = new HashSet<>();
|
||||
|
||||
public Map<Integer,Integer> buyStoreTimes;
|
||||
public Map<Integer,Integer> buyStoreTimes = new HashMap<>();
|
||||
|
||||
public int givePresents ; //好友赠礼
|
||||
|
||||
|
|
Loading…
Reference in New Issue