Exemplo n.º 1
0
	void Awake()
	{
		instance = (MapAI)gameObject.GetComponent("MapAI");
	}
	void Awake()
	{
		instance = (MapAI)gameObject.GetComponent("MapAI");
		IAS_Manager.Instance.ResetMainBanners();
	}
Exemplo n.º 3
0
 void Awake()
 {
     instance = (MapAI)gameObject.GetComponent("MapAI");
 }