Beispiel #1
0
 public GymTeamState()
 {
     myTeam         = new List <GymPokemon>();
     myPokemons     = new List <MyPokemonStat>();
     otherDefenders = new List <AnyPokemonStat>();
     timeToDodge    = 0;
     swithAttacker  = null;
 }
Beispiel #2
0
 public GymTeamState()
 {
     myTeam = new List<GymPokemon>();
     myPokemons = new List<MyPokemonStat>();
     otherDefenders = new List<AnyPokemonStat>();
     _gymDetails = new Dictionary<string, CachedGymGetails>();
     timeToDodge = 0;
     swithAttacker = null;
 }