Simple interactable rework
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Dialogue
|
||||
Debug.LogError("SpeechBubble component is missing on Dialogue Component");
|
||||
}
|
||||
|
||||
var interactable = GetComponent<Interactable>();
|
||||
var interactable = GetComponent<InteractableBase>();
|
||||
if (interactable != null)
|
||||
{
|
||||
interactable.characterArrived.AddListener(OnCharacterArrived);
|
||||
|
||||
Reference in New Issue
Block a user