change: add `[Flags]` to ObfuzScope

before-split
walon 2025-05-21 16:50:56 +08:00
parent c260cc2379
commit bd370e545a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ using System.Threading.Tasks;
namespace Obfuz namespace Obfuz
{ {
[Flags]
public enum ObfuzScope public enum ObfuzScope
{ {
None = 0x0, None = 0x0,