Пример #1
0
 void Awake()
 {
     pbc = GlobalObjectFinder.FindGameObjectWithTag("PEERbotController").GetComponent <PEERbotController>();
 }
Пример #2
0
 void Awake()
 {
     buttons = new List <PEERbotButton>();
     wc      = GlobalObjectFinder.FindGameObjectWithTag("PEERbotController").GetComponent <PEERbotController>();
 }