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