Esempio n. 1
0
    BomberBeeAI bbai;                               //the AI engine of the bomber bee

    void Start()
    {
        bbai = bee.GetComponent <BomberBeeAI>();
    }