Method | Description | |
---|---|---|
CreateQuestMap ( ) : System.Xml.Linq.XElement | ||
CreateQuests ( ) : System.Xml.Linq.XElement | ||
CreateTaskEvals ( string name, BioStateTaskList>.IDictionary |
||
Load ( string path ) : |
||
ReadQuests ( System.Xml.Linq.XElement root ) : BioQuest>.IDictionary |
||
Save ( string path ) : void | ||
XmlBioQuestMap ( BioQuest>.IDictionary |
public CreateQuestMap ( ) : System.Xml.Linq.XElement | ||
return | System.Xml.Linq.XElement |
public CreateQuests ( ) : System.Xml.Linq.XElement | ||
return | System.Xml.Linq.XElement |
public static CreateTaskEvals ( string name, BioStateTaskList>.IDictionary |
||
name | string | |
taskEvals | BioStateTaskList>.IDictionary | |
return | System.Xml.Linq.XElement |
public static Load ( string path ) : |
||
path | string | |
return |
public static ReadQuests ( System.Xml.Linq.XElement root ) : BioQuest>.IDictionary |
||
root | System.Xml.Linq.XElement | |
return | BioQuest>.IDictionary |
public XmlBioQuestMap ( BioQuest>.IDictionary |
||
quests | BioQuest>.IDictionary | |
return | System |