// Copyright (c) Pixel Crushers. All rights reserved. using UnityEngine; namespace PixelCrushers.DialogueSystem { /// /// Add [DialogueEntryPopup] to an int show a popup of dialogue entries in the most recent conversation selection shown in the inspector. /// public class DialogueEntryPopupAttribute : PropertyAttribute { public DialogueEntryPopupAttribute() { } } }