Пример #1
0
 void Awake()
 {
     m_Info = FindObjectOfType (typeof(GameInfo)) as GameInfo;
     m_Info.setLevel (m_Level);
 }