Package org.jpokemon.battle.activity

Examples of org.jpokemon.battle.activity.BuildRunTurnActivity


        }
        else if ("swap".equals(turn)) {
          PlayerManager.addActivity(player, new BuildSwapTurnActivity(this));
        }
        else if ("run".equals(turn)) {
          PlayerManager.addActivity(player, new BuildRunTurnActivity(this));
        }
      }
    }
    catch (JSONException e) {
    }
View Full Code Here

TOP

Related Classes of org.jpokemon.battle.activity.BuildRunTurnActivity

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.