Пример #1
0
	void Awake()
	{
		instance = (MapAI)gameObject.GetComponent("MapAI");
	}
	void Awake()
	{
		instance = (MapAI)gameObject.GetComponent("MapAI");
		IAS_Manager.Instance.ResetMainBanners();
	}
Пример #3
0
 void Awake()
 {
     instance = (MapAI)gameObject.GetComponent("MapAI");
 }