Example #1
0
 protected override void ApplyOurs()
 {
     if (ours)
     {
         ObjectDictionaries.RemoveCopyOf(theirs);
         GameObject.DestroyImmediate(ours, true);
     }
 }
Example #2
0
 protected override void ApplyOurs()
 {
     if (ourComponent)
     {
         ObjectDictionaries.RemoveCopyOf(theirComponent);
         Object.DestroyImmediate(ourComponent, true);
     }
 }