private void Start() { feeshow = Feeshow.Instance; hero = Hero.Instance; roundEnd = ButtonRoundEnd.Instance; StartCoroutine(InitRound(4)); }
private void Start() { boss = Boss.Instance; feeshow = Feeshow.Instance; gameControll = GameControll.Instance; cardManage = CardManage.Instance; hero = Hero.Instance; }
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; }
private void Awake() { Instance = this; }