Exemplo n.º 1
0
        private void Awake()
        {
            trashes = new Dictionary <TrashView, IStreetItemController>();

            modelController      = modelContext.ModelController;
            blocksController     = viewContext.BlocksController;
            playerController     = gameContext.PlayerController;
            collectionController = modelContext.CollectionController;
        }
Exemplo n.º 2
0
        private PartView partView; //TODO collectionView


        private void Awake()
        {
            collectionController = modelContext.CollectionController;
        }