Пример #1
0
 // Start is called before the first frame update
 void Start()
 {
     Instance = this;
 }
Пример #2
0
 void Awake()
 {
     ins = this;
 }
Пример #3
0
 private void Start()
 {
     mgr = FindObjectOfType <MenuSpawner>();
 }