Exemple #1
0
 //---------------------------------------------------------------------------------------------
 // Monobehavior
 //---------------------------------------------------------------------------------------------
 void Start()
 {
     m_itemHoverDescription = GameObject.Find("ItemDescPanel").GetComponent <ItemHoverDescription>();
 }
Exemple #2
0
 private void Awake()
 {
     instance = this;
     gameObject.SetActive(false);
 }