Example #1
0
 void Awake()
 {
     cgui = CGUI.Instance;
     cgui.RegisterContainer(this);
     m_Container = GetComponent<CRItemContainer>();
 }