Пример #1
0
 // Start is called before the first frame update
 void Start()
 {
     instance = this;
     script   = door.GetComponent <DoorScript2>();
 }
Пример #2
0
 // Start is called before the first frame update
 void Start()
 {
     ddrManager = FindObjectOfType <DDRManager>();
 }