Ejemplo n.º 1
0
		public override void onTeamShotStart(TeamShotStartEvent @event)
		{
			actionEventSkill(@event);
		}
Ejemplo n.º 2
0
		/// <summary>
		/// 分为对方出手和己方出手,可能对方出手的回合己方也会有动作 </summary>
		/// <param name="event"> </param>
		public virtual void onTeamShotStart(TeamShotStartEvent @event)
		{
			skillManager.onTeamShotStart(@event);
		}
Ejemplo n.º 3
0
		public override void onTeamShotStart(TeamShotStartEvent @event)
		{
			calcCurAction();
		}
Ejemplo n.º 4
0
		public virtual void onTeamShotStart(TeamShotStartEvent @event)
		{
			activeAllBuff(BattleConstants.BUFF_ALL_FALG);
			recalcPropEffectBuffs();
			onTeamBeforeAttack();
		}