Exemplo n.º 1
0
 void Awake()
 {
     pbc = GlobalObjectFinder.FindGameObjectWithTag("PEERbotController").GetComponent <PEERbotController>();
 }
Exemplo n.º 2
0
 void Awake()
 {
     buttons = new List <PEERbotButton>();
     wc      = GlobalObjectFinder.FindGameObjectWithTag("PEERbotController").GetComponent <PEERbotController>();
 }