private void Awake()
 {
     deck                = GetComponent <Deck>();
     rankGetButton       = GameObject.Find("RankGetButton").GetComponent <RankGetButton>();
     bottomRankSender    = GameObject.Find("BotoomRankSend").GetComponent <BottomRankSender>();
     middleJudge         = GameObject.Find("MiddleJudge").GetComponent <MiddleJudge>();
     gameControler       = GameObject.Find("GameControler").GetComponent <GameControler>();
     bottomGameControler = GameObject.Find("BottomGameControler").GetComponent <BottomGameControler>();
     topGameControler    = GameObject.Find("TopGameControler").GetComponent <TopGameControler>();
 }
Example #2
0
 private void Awake()
 {
     deck             = GetComponent <Deck>();
     rankGetButton    = GameObject.Find("RankGetButton").GetComponent <RankGetButton>();
     bottomRankSender = GameObject.Find("BotoomRankSend").GetComponent <BottomRankSender>();
 }