Exemplo n.º 1
0
        private void Start()
        {
            mainCharTransform = MainCharacter.current.transform;
            cameraFollow      = CameraFollow.current;
            forestChunks      = ForestChunks.current;
            plantPool         = new PlantPool();

            lastPos = mainCharTransform.position;
            UpdatePlants(lastPos);
        }
Exemplo n.º 2
0
 private void Awake()
 {
     current = this;
 }