Example #1
0
    // Use this for initialization
    void Start()
    {
        boss.SetActive(false);

        holes = transform.GetComponentsInChildren <Hole>();

        infection = GetComponent <HoleInfection>();
    }