去除card,character,mode中的空行缩进
This commit is contained in:
parent
d51d1eea4d
commit
7e1b03d59b
|
@ -3,10 +3,8 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
return {
|
return {
|
||||||
name:'realtime',
|
name:'realtime',
|
||||||
start:function(){
|
start:function(){
|
||||||
|
|
||||||
},
|
},
|
||||||
game:{
|
game:{
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue