Ejemplo n.º 1
0
	void Start() {
		aiManager = GameObject.FindWithTag("AIManager").GetComponent<AIManager>();
		aiManager.AddCharacter(this);
	}