Implemet quest completion

This commit is contained in:
2023-07-09 00:10:43 +02:00
committed by Minz
parent 30d9d7f1ec
commit 2e8918e6c0
8 changed files with 1008 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ using UnityEngine;
public class AdventurerInteractable : MonoBehaviour
{
public DialogueController dialogueController;
public int m_spawnQuestID = 0;
[SerializeField] private string m_name = string.Empty;
// Start is called before the first frame update