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