11 lines
400 B
C#
11 lines
400 B
C#
using System;
|
|
|
|
namespace Beebyte.Obfuscator
|
|
{
|
|
// Token: 0x02000319 RID: 793
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Delegate)]
|
|
public class ReplaceLiteralsWithNameAttribute : Attribute
|
|
{
|
|
}
|
|
}
|