Beispiel #1
0
    // Update is called once per frame
    void Update()

    {
        sharlotte = FindObjectOfType <PlayerManagerM>();
    }
Beispiel #2
0
 // Use this for initialization
 void Start()
 {
     sharlotte   = FindObjectOfType <PlayerManagerM>();
     isFallowing = true;
 }