back_recharge
wangyuan 2019-10-10 11:53:07 +08:00
parent 410427b268
commit a24369e2f5
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ public class MainLevelManager extends MongoBase {
}
public void setState(int state){
this.state = state;
updateString("state",state);
}
public void updateFight(int fightId,int state){
if(fightId!=1011){
updateStateInfo();