PixelCrushers.DialogueSystem.uMMORPGSupport.DialogueSystemLootQuestInfo Class Reference

This component syncs Dialogue System variables with items after the loot window closes. More...

Inheritance diagram for PixelCrushers.DialogueSystem.uMMORPGSupport.DialogueSystemLootQuestInfo:
Collaboration diagram for PixelCrushers.DialogueSystem.uMMORPGSupport.DialogueSystemLootQuestInfo:

Classes

class  ItemVariable
 

Public Attributes

List< ItemVariableitemVariables = new List<ItemVariable>()
 
UnityEvent onVariablesUpdated = new UnityEvent()
 

Detailed Description

This component syncs Dialogue System variables with items after the loot window closes.

You can use it for gather quests.

Member Data Documentation

◆ itemVariables

List<ItemVariable> PixelCrushers.DialogueSystem.uMMORPGSupport.DialogueSystemLootQuestInfo.itemVariables = new List<ItemVariable>()

◆ onVariablesUpdated

UnityEvent PixelCrushers.DialogueSystem.uMMORPGSupport.DialogueSystemLootQuestInfo.onVariablesUpdated = new UnityEvent()

The documentation for this class was generated from the following file: