Exemplo n.º 1
1
        void Start()
        {
            _jesus = transform.parent.parent.GetComponent<Jesus>();

            IsVisible = true;
            _targetRotation = _jesus.PickNewTarget();
        }
Exemplo n.º 2
0
        void Start()
        {
            _jesus = transform.parent.parent.GetComponent <Jesus>();

            IsVisible       = true;
            _targetRotation = _jesus.PickNewTarget();
        }