Esempio n. 1
0
 public void Update()
 {
     UpdateFollower();
     if (!Live || Follower == null)
     {
         return;
     }
     if (_edgetune == null)
     {
         _edgetune = Follower.GetComponent <RageEdgetune>();
     }
     if (_edgetune == null)
     {
         return;
     }
     _edgetune.Group.QueueRefresh();
 }
 public void AttachedComponentsCheck()
 {
     FollowerGroup  = _follower.GetComponent <RageGroup>();
     FollowerSpline = _follower.GetComponent <RageSpline>();
     _edgetune      = Follower.GetComponent <RageEdgetune>();
 }