种子随机

back_recharge
mashiyu 2019-03-23 18:17:38 +08:00
parent c7c43110e6
commit 0805e3c16e
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@ public class BehaviorUtil {
fightData.addAllMonsterList(monsterGroupList);
//设置战斗随机种子
// int seed = (int)(System.currentTimeMillis()/1000);
int seed = 1553167956;
int seed = (int)(System.currentTimeMillis()/1000);
// int seed = 1553167956;
fightData.setFightSeed(seed);
fightStartRespons.setFightData(fightData);