added queue to barks, modified barks manager, barks trigger

This commit is contained in:
2025-03-07 12:38:29 +01:00
parent da94a3e8fc
commit 93619400f8
11 changed files with 1462 additions and 1282 deletions

View File

@@ -1,5 +1,6 @@
// Copyright (c) Pixel Crushers. All rights reserved.
using UnityEditor.Localization.Platform.iOS;
using UnityEngine;
namespace PixelCrushers.DialogueSystem.Wrappers
@@ -13,6 +14,7 @@ namespace PixelCrushers.DialogueSystem.Wrappers
[AddComponentMenu("Pixel Crushers/Dialogue System/Trigger/Dialogue System Trigger")]
public class DialogueSystemTrigger : PixelCrushers.DialogueSystem.DialogueSystemTrigger
{
}
}