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