Beispiel #1
0
 private void Start()
 {
     feeshow  = Feeshow.Instance;
     hero     = Hero.Instance;
     roundEnd = ButtonRoundEnd.Instance;
     StartCoroutine(InitRound(4));
 }
Beispiel #2
0
 private void Start()
 {
     boss         = Boss.Instance;
     feeshow      = Feeshow.Instance;
     gameControll = GameControll.Instance;
     cardManage   = CardManage.Instance;
     hero         = Hero.Instance;
 }
Beispiel #3
0
 private void Start()
 {
     handCardManage = CardManage.Instance;
     boss           = Boss.Instance;
     generator      = CardGroup.Instance;
     feeshow        = Feeshow.Instance;
     hero           = Hero.Instance;
     showCard       = ShowCard.Instance;
     chooseCards    = ChooseCards.Instance;
     gameControll   = GameControll.Instance;
 }
Beispiel #4
0
 private void Awake()
 {
     Instance = this;
 }