Example #1
1
        void Start()
        {
            _jesus = transform.parent.parent.GetComponent<Jesus>();

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

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