Examples of UseMagicSkillAction


Examples of com.l2client.gui.actions.UseMagicSkillAction

        break;
      case WalkRunAction:
        b = new WalkRunAction(id, name);
        break;
      case UseMagicSkillAction:
        b = new UseMagicSkillAction(id, name);
        break;
      default:
        logger.severe("Table ACTIONS contains an action ("+id+") without implemented CLIENTACTION ("+clientAction+") in ActionResultBuilder");
      }
    } else
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.