コード例 #1
0
ファイル: PEERbotButton.cs プロジェクト: sbeleidy/PEERbots
 void Awake()
 {
     pbc = GlobalObjectFinder.FindGameObjectWithTag("PEERbotController").GetComponent <PEERbotController>();
 }
コード例 #2
0
 void Awake()
 {
     buttons = new List <PEERbotButton>();
     wc      = GlobalObjectFinder.FindGameObjectWithTag("PEERbotController").GetComponent <PEERbotController>();
 }