protected override void Start() { base.Start(); // Initialize AI behaviour (this will launch the AI) this.behaviour = MiteEnemyAI.Initialize(this); }
protected override void Awake() { base.Awake(); instance = this; }