public void onClickJoinEventButton(EventID eventCard) { eventId = eventCard.GetId(); StartCoroutine(JoinEvent()); }