static EditableDictionary()
 {
     s_wrapper = new EditableDataWrapper <QuestDictionary <T>, EditableDictionary <T> >(GetNewInstance);
 }
Exemple #2
0
 static EditableList()
 {
     s_wrapper = new EditableDataWrapper <QuestList <T>, EditableList <T> >(GetNewInstance);
 }
Exemple #3
0
 static EditableWrappedItemDictionary()
 {
     s_wrapper = new EditableDataWrapper <QuestDictionary <TSource>, EditableWrappedItemDictionary <TSource, TWrapped> >(GetNewInstance);
 }
Exemple #4
0
 static EditableScripts()
 {
     s_wrapper = new EditableDataWrapper <IScript, EditableScripts>(GetNewInstance);
 }