Example #1
0
 protected virtual void Awake()
 {
     sightChecker = GetComponentInChildren <SightChecker>();
     countPath    = GetComponent <CountPath>();
 }
Example #2
0
 void Start()
 {
     counter = GetComponent <CountPath>();
 }