Esempio n. 1
0
        public void DestroyAllEnemyTanks()
        {
            EnemyTanks.RemoveAll(pr =>
            {
                GameObject.Destroy(pr.gameObject);
                return(true);
            });

            EnemyTanks.Clear();
        }
Esempio n. 2
0
        public void Clear()
        {
            EnemyTanks.Clear();
            EnemySamolets.Clear();
            EnemyCopters.Clear();
            EnemyZeneitkas.Clear();
            EnemyRemonts.Clear();

            Facility   = null;
            Squad      = null;
            TagetSquad = 0;

            IsEnemyCell = false;
            IsFight     = false;
        }