示例#1
0
 protected override void ApplyTheirs()
 {
     if (!ours)
     {
         ours = ObjectDictionaries.InstantiateFromMerging(theirs);
         ObjectDictionaries.SetAsCopy(ours, theirs);
     }
 }
示例#2
0
 protected override void ApplyTheirs()
 {
     if (!ourComponent)
     {
         ourComponent = ours.AddComponent(theirComponent);
         ObjectDictionaries.SetAsCopy(ourComponent, theirComponent);
     }
 }