// Copyright (c) Pixel Crushers. All rights reserved. using UnityEngine; namespace PixelCrushers.DialogueSystem { /// /// Add [QuestState] to a QuestState variable to show a nicer popup. /// public class QuestStateAttribute : PropertyAttribute { public QuestStateAttribute() { } } }