Exemplo n.º 1
0
    // Update is called once per frame
    void Update()

    {
        sharlotte = FindObjectOfType <PlayerManagerM>();
    }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     sharlotte   = FindObjectOfType <PlayerManagerM>();
     isFallowing = true;
 }