Пример #1
0
 void Start()
 {
     matchJoin.onClick.AddListener(delegate {
         controller.JoinGame(matchID);
     });
 }