Example #1
0
    protected override void Start()
    {
        base.Start();

        // Initialize AI behaviour (this will launch the AI)
        this.behaviour     = BossAI.Initialize(this);
        this.bossBehaviour = this.behaviour as BossAI;
    }