void Init() { sc.getUserInfo(); getBotList(); getCardList(); CoroutineInit(); }
void Init() { rc = new rootController(); sc = new socketController(); isBattleHistoryList = false; sc.getUserInfo(); CoroutineInit(); getBattleHistory(); getTier(); }
void Init() { sc.getUserInfo(); CoroutineInit(); getPercent(); }