tanghai 3 лет назад
Родитель
Сommit
d2883ae5ca

+ 3 - 2
Unity/Assets/Scripts/Editor/ComponentViewEditor/ContextMenu/MenuExample.cs

@@ -1,4 +1,4 @@
-#define ENABLE_CODES
+#if ENABLE_CODES
 
 namespace ET
 {
@@ -12,4 +12,5 @@ namespace ET
             Log.Debug(unit.Config.Name);
         }
     }
-}
+}
+#endif