Пример #1
0
 public void ShowDescription(string description, CharacterExpression expression = CharacterExpression.normal)
 {
     CharacterProp.Turn(-1);
     CharacterProp.startTalking();
     CharacterProp.changeExpression(expression);
     ItemDescriptionBubble.gameObject.SetActive(true);
     ItemDescriptionBubble.SetDialogueBubbleContent(description);
     ItemDescriptionBubble.Show();
     Debug.Log(description);
 }