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