public void Setup(Type.Bot bot)
 {
     Bot           = bot;
     nameText.text = bot.Name;
     removeButton.gameObject.SetActive(true);
 }
Example #2
0
 void OnRemoveBotButtonClick(Type.Bot bot)
 {
     removeBotCommand.Fire(bot.Id);
 }