Example #1
0
 /// <summary>
 /// Cache the attached Canvas and the attached TowerControllerUI
 /// </summary>
 protected virtual void Awake()
 {
     m_Canvas  = GetComponent <Canvas>();
     m_TowerUI = GetComponent <TowerUIYfb>();
 }