Esempio n. 1
0
 /// <summary>
 /// End the conversation with the ghost.
 /// </summary>
 private void endConversation()
 {
     talker.ghost.GetComponent <EnemyManager>().StartCoroutine("walk");
     follower.endGhostConversation(gameObject);
     playerMover.enabled   = true;
     talker.talkingToGhost = false;
 }