Esempio n. 1
0
    // Use this for initialization
    void Start()
    {
        control  = FindObjectOfType <SaveLoadIndicator>();
        agent    = GetComponent <NavMeshAgent>();
        joystick = FindObjectOfType <Joystick>();

        currentTime      = -999f;
        movePoint.parent = null;
    }
Esempio n. 2
0
 // Start is called before the first frame update
 void Start()
 {
     control = FindObjectOfType <SaveLoadIndicator>();
 }