From bd370e545a9d06fc3f401584df5dc632b4aa7214 Mon Sep 17 00:00:00 2001 From: walon Date: Wed, 21 May 2025 16:50:56 +0800 Subject: [PATCH] change: add `[Flags]` to ObfuzScope --- com.code-philosophy.obfuz/Runtime/ObfuzIgnoreAttribute.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/com.code-philosophy.obfuz/Runtime/ObfuzIgnoreAttribute.cs b/com.code-philosophy.obfuz/Runtime/ObfuzIgnoreAttribute.cs index 08278ba..4bc4a9a 100644 --- a/com.code-philosophy.obfuz/Runtime/ObfuzIgnoreAttribute.cs +++ b/com.code-philosophy.obfuz/Runtime/ObfuzIgnoreAttribute.cs @@ -6,6 +6,7 @@ using System.Threading.Tasks; namespace Obfuz { + [Flags] public enum ObfuzScope { None = 0x0,