Пример #1
0
    void Awake()
    {
        if (SystemMNG.I == null)
        {
            Instantiate(Resources.Load("Prefabs/System/SystemMNG"));
        }

        I = this;

        uiMNG = GetComponent <UIMNG>();
    }
Пример #2
0
 void Awake()
 {
     I = this;
 }