Esempio n. 1
0
 void Awake()
 {
     if (this.spellBook_Row == null)
     {
         this.spellBook_Row = this.GetComponent <UISpellBook_Row>();
     }
 }
	void Awake()
	{
		if (this.spellBook_Row == null)
			this.spellBook_Row = this.GetComponent<UISpellBook_Row>();
	}