Example #1
0
 private void Start()
 {
     random        = new System.Random();
     wantedManager = GetComponent <WantedManager>();
     StartCoroutine("GenerateHumans");
 }
Example #2
0
 void GetManagers()
 {
     wantedManager = GameObject.FindGameObjectWithTag("LevelManager").GetComponent <WantedManager>();
 }