Example #1
0
 void Start()
 {
     _graph = ZombieGraph.Instance;
     _player = GetComponent<Player>();
     _gc = GameObject
         .FindGameObjectWithTag("GameController")
         .GetComponent<GameController>();
 }
Example #2
0
	void Start ()
    {
        Drive_Off = false;
        _graph = ZombieGraph.Instance;
        _gc = GameObject
            .FindGameObjectWithTag("GameController")
            .GetComponent<GameController>();
	}