Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

13 lines
236 B
C#

using System;
using Cpp2IlInjected;
namespace System.Reflection.Emit
{
/// <summary>Helps build custom attributes.</summary>
// Token: 0x02000267 RID: 615
[Token(Token = "0x2000267")]
public class CustomAttributeBuilder
{
}
}