Package org.jpokemon.interaction

Examples of org.jpokemon.interaction.ActionData


      return;
    }

    int actionSetId = actionSets.get(0).getId();

    new ActionData().setActionsetId(actionSetId).setAction("undefined").commit();
    fillActionsAndRequirements();
  }
View Full Code Here

TOP

Related Classes of org.jpokemon.interaction.ActionData

Copyright © 2018 www.massapicom. 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.