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