Exemplo n.º 1
0
 // Use this for initialization
 void Awake()
 {
     m_Manager = FindObjectOfType <OrderManager>();
     m_Manager.AddPickUp(this);
     this.gameObject.SetActive(m_bIsActive);
 }