Пример #1
0
 void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
Пример #2
0
 void Awake()
 {
     index  = 1;
     index1 = 1;
     if (instance == null)
     {
         instance = this;
     }
     isAllow = true;
     //pos = transform;
 }