Ejemplo n.º 1
0
		public override void beforeAttack(BeforeAttackEvent @event)
		{
			// TODO: add logic
		}
Ejemplo n.º 2
0
		public override void beforeAttack(BeforeAttackEvent @event)
		{
			actionEventSkill(@event);

		}
Ejemplo n.º 3
0
		public virtual void beforeAttack(BeforeAttackEvent @event)
		{
			skillManager.beforeAttack(@event);
		}