Browse Source

Updated conflict watcher

Syed zainul abedin 1 tháng trước cách đây
mục cha
commit
7e9a34644b
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      Assets/GitMerge/Editor/ConflictWatcher.cs

+ 0 - 3
Assets/GitMerge/Editor/ConflictWatcher.cs

@@ -4,11 +4,8 @@ using System.IO;
 using UnityEditor;
 using UnityEngine;
 
-
-
 namespace GitMerge
 {
-    [InitializeOnLoad]
     public class ConflictWatcher
 {
     private static FileSystemWatcher watcher;