Example #1
0
        public override void SetUpReference()
        {
            IArrowReserve reserve = thisArrowReserveAdaptor.GetArrowReserve();

            thisArrow.SetArrowReserve(reserve);

            ILaunchPoint launchPoint = thisLaunchPointAdaptor.GetLaunchPoint();

            thisArrow.SetLaunchPoint(launchPoint);

            IShootingManager shootingManager = thisShootingManagerAdaptor.GetShootingManager();

            thisArrow.SetShootingManager(shootingManager);
            thisShootingManager = shootingManager;

            IArrowTrailReserve arrowTrailReserve = thisArrowTrailReserveAdaptor.GetArrowTrailReserve();

            thisArrow.SetArrowTrailReserve(arrowTrailReserve);

            thisAudioManager = thisAudioManagerAdaptor.GetAudioManager();
        }
        public override void SetUpReference()
        {
            IArrowTrailReserve arrowTrailReserve = thisArrowTrailReserveAdaptor.GetArrowTrailReserve();

            thisTrail.SetArrowTrailReserve(arrowTrailReserve);
        }
Example #3
0
 public void SetArrowTrailReserve(IArrowTrailReserve reserve)
 {
     thisArrowTrailReserve = reserve;
 }