Пример #1
0
 void Awake()
 {
     timeLineController = GetComponent <TimeLineController>();
     timeLineMove       = GetComponent <TimeLineMove>();
 }
Пример #2
0
 void Awake()
 {
     timeLineDecision = GetComponent <TimeLineDecision>();
     timeLineMove     = GetComponent <TimeLineMove>();
     LineMoveStart();
 }