added queue to barks, modified barks manager, barks trigger
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using PixelCrushers.DialogueSystem;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
|
||||
[System.Serializable]
|
||||
public class ActionResponse
|
||||
{
|
||||
public string barkText;
|
||||
[Tooltip("Conversation to get bark content from.")]
|
||||
[ConversationPopup(false)]
|
||||
public string barkConversation;
|
||||
public AudioClip audioClip;
|
||||
public UnityEvent responseEvent;
|
||||
public float delay = 0f;
|
||||
|
||||
Reference in New Issue
Block a user