Пример #1
0
 // Start is called before the first frame update
 void Awake()
 {
     Instance = this;
 }
Пример #2
0
    private void Awake()
    {
        instance = this;

        Add(0, this);
    }