Пример #1
0
 private void Start()
 {
     feeshow  = Feeshow.Instance;
     hero     = Hero.Instance;
     roundEnd = ButtonRoundEnd.Instance;
     StartCoroutine(InitRound(4));
 }
Пример #2
0
 private void Awake()
 {
     Instance = this;
 }