public override void onBattleTeamShotFinish(BattleTeamShot battleTeamShot)
		{
			if (battleTeamShot.CurAttacker.FighterType.Hero)
			{
				optionHeroTeam();
			}
		}
		public override void onBattleTeamShotStart(BattleTeamShot battleTeamShot)
		{
	//		if (battleTeamShot.getCurAttacker().getFighterType().isHero()) {
	//			attackerTeam().createNextWatingHero();
	//			recordWaitingList();
	//		}
		}
示例#3
0
		public override void onTeamShotFinish(BattleTeamShot teamShot)
		{
			// TODO Auto-generated method stub

		}