@@ -1,6 +1,6 @@
package com.pokemonnxt.types.pokemon;


//GIT UPDATE

public class WildPokemon extends Pokemon{

@@ -1,7 +1,7 @@
package com.pokemonnxt.types.trainer;

public class NPCTrainer extends Trainer{

//GIT UPDATE
public NPCTrainer() {
// TODO Auto-generated constructor stub
}
@@ -30,7 +30,7 @@
import com.pokemonnxt.gameserver.ServerVars;
import com.pokemonnxt.gameserver.PlayerLog.LOGTYPE;
import com.pokemonnxt.node.OuterNode;

//GIT UPDATE
public class PlayableTrainer extends Trainer implements AutoCloseable{

public boolean isLoggedIn = false;
@@ -7,7 +7,7 @@
import com.pokemonnxt.types.Asset;
import com.pokemonnxt.types.Location;
import com.pokemonnxt.types.pokemon.Pokemon;

//GIT UPDATE
public abstract class Trainer extends Asset{
@Expose public List<Pokemon> Party = new ArrayList<Pokemon>();
@Expose public List<Integer> Items = new ArrayList<Integer>();