Esempio n. 1
0
 public void OnClickShareKnowledge()
 {
     ActionButton.gameObject.SetActive(false);
     RequestMenu.ShowMessage("Select card from hand to ShareKnowledge.");
     hand.ChooseCardModeOn();
     OnShareKnowledge = true;
 }