예제 #1
0
 void m_source_Removed(object sender, QuestDictionaryUpdatedEventArgs <T> e)
 {
     RemoveWrappedItem(m_wrappedItems[e.Key], (EditorUpdateSource)e.Source, e.Index);
 }
예제 #2
0
 void m_source_Added(object sender, QuestDictionaryUpdatedEventArgs <T> e)
 {
     AddWrappedItem(e.Key, e.Item, (EditorUpdateSource)e.Source, e.Index);
 }