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