change: add `[Flags]` to ObfuzScope
parent
c260cc2379
commit
bd370e545a
|
@ -6,6 +6,7 @@ using System.Threading.Tasks;
|
|||
|
||||
namespace Obfuz
|
||||
{
|
||||
[Flags]
|
||||
public enum ObfuzScope
|
||||
{
|
||||
None = 0x0,
|
||||
|
|
Loading…
Reference in New Issue