11 lines
201 B
C#
11 lines
201 B
C#
using System;
|
|
|
|
namespace Beebyte.Obfuscator
|
|
{
|
|
// Token: 0x02000316 RID: 790
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
|
|
public class DoNotFakeAttribute : Attribute
|
|
{
|
|
}
|
|
}
|