Example #1
0
        public void Despawn()
        {
            wallPool.PoolAllItems();
            powerUpPool.PoolAll();

            foreach (var scorePoint in scorePoints)
            {
                scorePoint.Despawn();
            }

            powerUpPool.PoolAll();
        }