literally half of the game
This commit is contained in:
parent
1590b5faa6
commit
b842289076
77 changed files with 11904 additions and 72 deletions
|
|
@ -2,5 +2,10 @@ using UnityEngine;
|
|||
|
||||
public class NPC : Entity
|
||||
{
|
||||
|
||||
[Header("Dialogue")]
|
||||
public DialogueScript dialogueToShow; //supposed to be able to have different dialogue but we'll go with this for now
|
||||
public void StartDialogue()
|
||||
{
|
||||
DialogueManager.instance.StartDialogue(dialogueToShow);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue