20 lines
735 B
C#
20 lines
735 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.Scripting
|
|
{
|
|
// Token: 0x02000190 RID: 400
|
|
[Token(Token = "0x2000190")]
|
|
[RequiredByNativeCode]
|
|
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Delegate)]
|
|
public class PreserveAttribute : Attribute
|
|
{
|
|
// Token: 0x06000DF3 RID: 3571 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000DF3")]
|
|
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
|
public PreserveAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|