PixelCrushers.DialogueSystem.ChatMapper.Assets Class Reference

Contains all chat mapper elements (e.g., actors, locations, dialogue entries, etc). More...

Public Attributes

List< ActorActors = new List<Actor>()
 
List< ItemItems = new List<Item>()
 
List< LocationLocations = new List<Location>()
 
List< ConversationConversations = new List<Conversation>()
 
List< UserVariableUserVariables = new List<UserVariable>()
 

Detailed Description

Contains all chat mapper elements (e.g., actors, locations, dialogue entries, etc).

Member Data Documentation

◆ Actors

List<Actor> PixelCrushers.DialogueSystem.ChatMapper.Assets.Actors = new List<Actor>()

◆ Conversations

List<Conversation> PixelCrushers.DialogueSystem.ChatMapper.Assets.Conversations = new List<Conversation>()

◆ Items

List<Item> PixelCrushers.DialogueSystem.ChatMapper.Assets.Items = new List<Item>()

◆ Locations

List<Location> PixelCrushers.DialogueSystem.ChatMapper.Assets.Locations = new List<Location>()

◆ UserVariables

List<UserVariable> PixelCrushers.DialogueSystem.ChatMapper.Assets.UserVariables = new List<UserVariable>()

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