예제 #1
0
 public void onClickJoinEventButton(EventID eventCard)
 {
     eventId = eventCard.GetId();
     StartCoroutine(JoinEvent());
 }