11 lines
184 B
C#
11 lines
184 B
C#
using System;
|
|
|
|
namespace Beebyte.Obfuscator
|
|
{
|
|
// Token: 0x02000317 RID: 791
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class ObfuscateLiteralsAttribute : Attribute
|
|
{
|
|
}
|
|
}
|