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