Пример #1
0
 void CloseBook()
 {
     TextBoxController.ReturnMainText();
     bookOpen = false;
     SendItButton.SetActive(true);
 }