A directed edge in the story event graph. More...
#include <story_event_graph.h>
Public Attributes | |
| std::string | from |
| std::string | to |
| std::string | type |
A directed edge in the story event graph.
Definition at line 58 of file story_event_graph.h.
| std::string yaze::core::StoryEdge::from |
Definition at line 59 of file story_event_graph.h.
Referenced by yaze::core::StoryEventGraph::LoadFromString().
| std::string yaze::core::StoryEdge::to |
Definition at line 60 of file story_event_graph.h.
Referenced by yaze::core::StoryEventGraph::LoadFromString().
| std::string yaze::core::StoryEdge::type |
Definition at line 61 of file story_event_graph.h.
Referenced by yaze::core::StoryEventGraph::LoadFromString().