添加物品
This commit is contained in:
@@ -24,10 +24,7 @@ export class Test{
|
||||
}
|
||||
init_local_data(){
|
||||
let init_data = {
|
||||
data : {
|
||||
score: 0, mission: 1, gold: 100, diamond: 100, meat: 0, exp: 0,
|
||||
ghstone: 0, bhstone: 0, phlestone: 0, rhstone: 0, herocard: 0,
|
||||
ckey: 0, skey: 0, gkey: 0,},
|
||||
data : { score: 0, mission: 1, gold: 100, diamond: 100, meat: 0, exp: 0,},
|
||||
fight_heros: { 0: 0, 1: 0, 2: 0, 3: 0, 4: 0 },
|
||||
heros: {
|
||||
5001: { uuid: 5001, lv: 1 },
|
||||
|
||||
Reference in New Issue
Block a user