package com.aionemu.gameserver.ai; /** * @author ATracer */ public enum AttackIntention { FINISH_ATTACK, SIMPLE_ATTACK, SKILL_ATTACK }