| | |
| | | { |
| | | var _cell = cell.GetComponent<GuildViewListCell>(); |
| | | _cell.Display(cell.index); |
| | | GuildManager.Instance.ListenRankPage(lastQuery, cell.index); |
| | | } |
| | | |
| | | void OnUpdateViewFamilyInfo(int familyID) |
| | |
| | | |
| | | lastQuery = nowQuery; |
| | | lastPage = 0; |
| | | GuildManager.Instance.ResetQueryParam(); |
| | | guildListScroller.Refresh(); |
| | | GuildManager.Instance.SendFindGuild(lastQuery); |
| | | GuildManager.Instance.SendFindGuild(lastQuery, 0, GuildManager.Instance.pageCnt); |
| | | } |
| | | |
| | | |
| | |
| | | { |
| | | lastQuery = ""; |
| | | lastPage = 0; |
| | | GuildManager.Instance.ResetQueryParam(); |
| | | guildListScroller.Refresh(); |
| | | GuildManager.Instance.SendFindGuild(lastQuery); |
| | | GuildManager.Instance.SendFindGuild(lastQuery, 0, GuildManager.Instance.pageCnt); |
| | | } |
| | | |
| | | private void OnCreateGuildBtnClick() |
| | |
| | | |
| | | } |
| | | |
| | | } |
| | | } |