Ejemplo n.º 1
0
        public void Dispose()
        {
            if (MyTeam != null)
            {
                MyTeam.Clear();
            }

            if (MyPokemons != null)
            {
                MyPokemons.Clear();
            }

            if (OtherDefenders != null)
            {
                OtherDefenders.Clear();
            }
        }