// Use this for initialization
	void Start () {
		saboTime = 0;
		en_b = this.GetComponent<Enemy_Behavior> ();
	
	}
Example #2
0
 // Use this for initialization
 void Start()
 {
     saboTime = 0;
     en_b     = this.GetComponent <Enemy_Behavior> ();
 }