车迟斗法抢夺战斗类型修改

back_recharge
yuanshuai 2021-10-26 15:11:58 +08:00
parent 155dfbd651
commit 1ed3adec43
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public enum GameFightType {
DeathPathChallenge(FightType.CarBossFight,new DefaultWithoutHandFightHandler(),null),
CarBossChallenge(FightType.CarBossFight,new DefaultWithoutHandFightHandler(),null),
CarPersonChallenge(FightType.CarBossFight,new PVPFightHandler(),null),
CarPersonChallenge(FightType.CarPersonFight,new PVPFightHandler(),null),
GuildChallenge(FightType.GuildChallenge,new DefaultWithoutHandFightHandler(),null),
NewGeneral(FightType.GuildChallenge,new DefaultWithoutHandFightHandler(),null),
TowerMap(FightType.TowerMap,new DefaultWithoutHandFightHandler(),null),