| 
    QuestWeaver
    
   A procedural quest generator 
   | 
 
#include <StoryTemplate.h>

Public Attributes | |
| std::string | id | 
| bool | isMandatory | 
| std::vector< std::string > | nuggetOptions | 
| std::string | text | 
Definition at line 20 of file StoryTemplate.h.
| std::string weave::RawStoryToken::id | 
Definition at line 24 of file StoryTemplate.h.
| bool weave::RawStoryToken::isMandatory | 
Definition at line 21 of file StoryTemplate.h.
| std::vector<std::string> weave::RawStoryToken::nuggetOptions | 
Definition at line 23 of file StoryTemplate.h.
| std::string weave::RawStoryToken::text | 
Definition at line 22 of file StoryTemplate.h.