Files
2026-04-10 22:50:51 +02:00

20 lines
721 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.CompilerServices
{
// Token: 0x0200055A RID: 1370
[Token(Token = "0x200055A")]
[FriendAccessAllowed]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface)]
internal sealed class FriendAccessAllowedAttribute : Attribute
{
// Token: 0x06002A75 RID: 10869 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002A75")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public FriendAccessAllowedAttribute()
{
}
}
}